diff options
author | alepulver <alepulver@FreeBSD.org> | 2008-01-16 06:25:13 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2008-01-16 06:25:13 +0800 |
commit | 47841e9bd4e4784fc07c1db70a571547350094ad (patch) | |
tree | ad398433303ff555e1c6f14ec87ba788b84846a1 /games | |
parent | 2b839e94b1bd3c5b02280dd0ef03a572c1efdb7a (diff) | |
download | freebsd-ports-graphics-47841e9bd4e4784fc07c1db70a571547350094ad.tar.gz freebsd-ports-graphics-47841e9bd4e4784fc07c1db70a571547350094ad.tar.zst freebsd-ports-graphics-47841e9bd4e4784fc07c1db70a571547350094ad.zip |
- Use (more or less) "official" mirror instead of MASTER_SITE_LOCAL.
- Add (back) a WWW line to pkg-descr.
- Remove my old signature from pkg-descr.
Diffstat (limited to 'games')
-rw-r--r-- | games/exhaust-ma/Makefile | 3 | ||||
-rw-r--r-- | games/exhaust-ma/pkg-descr | 3 | ||||
-rw-r--r-- | games/exmars/Makefile | 3 | ||||
-rw-r--r-- | games/exmars/pkg-descr | 3 | ||||
-rw-r--r-- | games/ruby-exmars/Makefile | 3 | ||||
-rw-r--r-- | games/ruby-exmars/pkg-descr | 3 |
6 files changed, 6 insertions, 12 deletions
diff --git a/games/exhaust-ma/Makefile b/games/exhaust-ma/Makefile index 339fbea0633..327d9c42ad1 100644 --- a/games/exhaust-ma/Makefile +++ b/games/exhaust-ma/Makefile @@ -8,8 +8,7 @@ PORTNAME= exhaust-ma PORTVERSION= 1.9 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= pav +MASTER_SITES= http://corewar.co.uk/ankerl/ DISTNAME= ${PORTNAME} MAINTAINER= alepulver@FreeBSD.org diff --git a/games/exhaust-ma/pkg-descr b/games/exhaust-ma/pkg-descr index 04a429ddd24..918331d4df3 100644 --- a/games/exhaust-ma/pkg-descr +++ b/games/exhaust-ma/pkg-descr @@ -6,5 +6,4 @@ the same, but the sourcecode contains heavy optimations in the simulator core. Author: Martin Ankerl -- Alejandro Pulver -alejandro@varnet.biz +WWW: http://corewar.co.uk/ankerl/exhaust-ma.htm diff --git a/games/exmars/Makefile b/games/exmars/Makefile index 3d00eae2a39..ac9b8285803 100644 --- a/games/exmars/Makefile +++ b/games/exmars/Makefile @@ -9,8 +9,7 @@ PORTNAME= exmars PORTVERSION= 0.01 PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= pav +MASTER_SITES= http://corewar.co.uk/ankerl/ MAINTAINER= alepulver@FreeBSD.org COMMENT= Memory Array Redcode Simulator, just like exhaust and pMARS diff --git a/games/exmars/pkg-descr b/games/exmars/pkg-descr index f03bdc48c2a..6f0c253df02 100644 --- a/games/exmars/pkg-descr +++ b/games/exmars/pkg-descr @@ -19,5 +19,4 @@ The resulting program has the following main features: Author: Martin Ankerl -- Alejandro Pulver -alejandro@varnet.biz +WWW: http://corewar.co.uk/ankerl/exmars.htm diff --git a/games/ruby-exmars/Makefile b/games/ruby-exmars/Makefile index 45e89424e15..6313379095f 100644 --- a/games/ruby-exmars/Makefile +++ b/games/ruby-exmars/Makefile @@ -8,8 +8,7 @@ PORTNAME= exmars PORTVERSION= 0.01 CATEGORIES= games ruby -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= pav +MASTER_SITES= http://corewar.co.uk/ankerl/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} MAINTAINER= alepulver@FreeBSD.org diff --git a/games/ruby-exmars/pkg-descr b/games/ruby-exmars/pkg-descr index 48312aae85c..7fbcbc20711 100644 --- a/games/ruby-exmars/pkg-descr +++ b/games/ruby-exmars/pkg-descr @@ -20,5 +20,4 @@ NOTE: This is only Ruby interface part. To install exmars use games/exmars port. Author: Martin Ankerl -- Alejandro Pulver -alejandro@varnet.biz +WWW: http://corewar.co.uk/ankerl/exmars.htm |