diff options
author | johans <johans@FreeBSD.org> | 2008-05-24 18:10:06 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2008-05-24 18:10:06 +0800 |
commit | 8d05d4dcf7cffad61250e9e07f6f13a318853eaf (patch) | |
tree | 425a6e6ce8d798be14c865a33414d060bd7d48d6 /games/wolfpack | |
parent | e3c40aac200baaf6418015c8423698e6969bf9b6 (diff) | |
download | freebsd-ports-gnome-8d05d4dcf7cffad61250e9e07f6f13a318853eaf.tar.gz freebsd-ports-gnome-8d05d4dcf7cffad61250e9e07f6f13a318853eaf.tar.zst freebsd-ports-gnome-8d05d4dcf7cffad61250e9e07f6f13a318853eaf.zip |
Update to 4.3.15
Diffstat (limited to 'games/wolfpack')
-rw-r--r-- | games/wolfpack/Makefile | 5 | ||||
-rw-r--r-- | games/wolfpack/distinfo | 6 | ||||
-rw-r--r-- | games/wolfpack/pkg-plist | 1 |
3 files changed, 7 insertions, 5 deletions
diff --git a/games/wolfpack/Makefile b/games/wolfpack/Makefile index abc80d43950e..be7289732bad 100644 --- a/games/wolfpack/Makefile +++ b/games/wolfpack/Makefile @@ -6,7 +6,7 @@ # PORTNAME= wolfpack -PORTVERSION= 4.3.14 +PORTVERSION= 4.3.15 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= empserver @@ -33,6 +33,9 @@ MAN6= empire.6 emp_server.6 empdump.6 empsched.6 \ post-patch: ${REINPLACE_CMD} -e '/^econfig/,/^$$/s|/empire|/${PORTNAME}|' \ ${WRKSRC}/Make.mk + ${REINPLACE_CMD} -e '/^econfig/,/^$$/s|/empire|/${PORTNAME}|' \ + -e 's/[a-z/]*\/fuel\.[ct] //g' \ + ${WRKSRC}/sources.mk .if ${ARCH} == "sparc64" ${REINPLACE_CMD} -e '/ucontext\.h/ { h; s|ucontext|sys/types|; G; }' \ ${WRKSRC}/src/lib/lwp/lwpint.h diff --git a/games/wolfpack/distinfo b/games/wolfpack/distinfo index 1259740d9c67..f29dbf58d4ae 100644 --- a/games/wolfpack/distinfo +++ b/games/wolfpack/distinfo @@ -1,3 +1,3 @@ -MD5 (empire-4.3.14.tar.gz) = 95e6816724e79468ed746713fa10a515 -SHA256 (empire-4.3.14.tar.gz) = 6de43359cc5dbfdff810145813be96beb37e861da41f677d8d05e861cbd0ff02 -SIZE (empire-4.3.14.tar.gz) = 1147389 +MD5 (empire-4.3.15.tar.gz) = e00480f14072593324ae0aa12566ce39 +SHA256 (empire-4.3.15.tar.gz) = dc94f27e84e424d042dd25a92cdf03b401bfe230d1bc3a62f299683c59d19754 +SIZE (empire-4.3.15.tar.gz) = 1144324 diff --git a/games/wolfpack/pkg-plist b/games/wolfpack/pkg-plist index ea45f8507781..c7645023fb58 100644 --- a/games/wolfpack/pkg-plist +++ b/games/wolfpack/pkg-plist @@ -160,7 +160,6 @@ etc/wolfpack/schedule %%DATADIR%%/info.nr/follow %%DATADIR%%/info.nr/force %%DATADIR%%/info.nr/fortify -%%DATADIR%%/info.nr/fuel %%DATADIR%%/info.nr/give %%DATADIR%%/info.nr/grind %%DATADIR%%/info.nr/harden |