- make fetchable: new MASTER_SITES/WWW:
- update to 2005.07.31 - use %%DATADIR%% and %%DOCSDIR%% Approved by: portmgr (krion)
This commit is contained in:
parent
fba6cc75f7
commit
23430c6922
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140944
@ -6,10 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= explosions
|
||||
PORTVERSION= 0.2001.10.29
|
||||
PORTVERSION= 0.2005.07.31
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/explosions/
|
||||
MASTER_SITES= ftp://ftp.billsgames.com/unix/x/explosions/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/^0.//}
|
||||
|
||||
MAINTAINER= petef@FreeBSD.org
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (explosions-2001.10.29.tar.gz) = f5a935c34fbb3d656b51d18491163954
|
||||
SIZE (explosions-2001.10.29.tar.gz) = 47602
|
||||
MD5 (explosions-2005.07.31.tar.gz) = 93401e442a5ce10062561da76b2eefe3
|
||||
SIZE (explosions-2005.07.31.tar.gz) = 40219
|
||||
|
@ -6,7 +6,7 @@ It serves no purpose except to look pretty. The source-code is also
|
||||
well-documented, so someone might find it useful in learning SDL
|
||||
routines.
|
||||
|
||||
WWW: http://www.newbreedsoftware.com/explosions/
|
||||
WWW: http://www.newbreedsoftware.com/lab/explosions/
|
||||
|
||||
- Pete
|
||||
petef@databits.net
|
||||
|
@ -1,13 +1,13 @@
|
||||
bin/explosions
|
||||
%%PORTDOCS%%share/doc/explosions/BUGS.txt
|
||||
%%PORTDOCS%%share/doc/explosions/CHANGES.txt
|
||||
%%PORTDOCS%%share/doc/explosions/README.txt
|
||||
share/explosions/spark1.png
|
||||
share/explosions/spark2.png
|
||||
share/explosions/spark3.png
|
||||
share/explosions/spark4.png
|
||||
share/explosions/spark5.png
|
||||
share/explosions/spark6.png
|
||||
share/explosions/spark7.png
|
||||
@dirrm share/explosions
|
||||
%%PORTDOCS%%@dirrm share/doc/explosions
|
||||
%%PORTDOCS%%%%DOCSDIR%%/BUGS.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.txt
|
||||
%%DATADIR%%/spark1.png
|
||||
%%DATADIR%%/spark2.png
|
||||
%%DATADIR%%/spark3.png
|
||||
%%DATADIR%%/spark4.png
|
||||
%%DATADIR%%/spark5.png
|
||||
%%DATADIR%%/spark6.png
|
||||
%%DATADIR%%/spark7.png
|
||||
@dirrm %%DATADIR%%
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user