mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Old mastersite was unreachable for some time now, replaced it with ftp://ftp.sunsite.org.uk/usenet/comp.sources.x/volume9/xengine/
As a consequence, the filenames are changed from .Z into .gz. No change in the sources (checked with the old .Z files) Noticed on: portsurvey
This commit is contained in:
parent
46074d6881
commit
044f9d1160
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71954
2 changed files with 5 additions and 5 deletions
|
@ -8,8 +8,8 @@
|
|||
PORTNAME= xengine
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= benchmarks
|
||||
MASTER_SITES= ftp://ftp.lab.kdd.co.jp/Usenet/comp.sources.x/volume09/xengine/
|
||||
DISTFILES= part01.z patch1.z
|
||||
MASTER_SITES= ftp://ftp.sunsite.org.uk/usenet/comp.sources.x/volume9/xengine/
|
||||
DISTFILES= part01.gz patch1.gz
|
||||
|
||||
PATCH_DIST_STRIP= -p1 # no ${PATCHFILES} but used below
|
||||
|
||||
|
@ -21,7 +21,7 @@ DIST_SUBDIR= xengine
|
|||
NO_WRKSUBDIR= yes
|
||||
USE_IMAKE= yes
|
||||
|
||||
EXTRACT_CMD= zcat
|
||||
EXTRACT_CMD= gzcat
|
||||
EXTRACT_BEFORE_ARGS= #empty
|
||||
EXTRACT_AFTER_ARGS= | gunshar -d $(WRKDIR)
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (xengine/part01.z) = 9ea60511319318b905e6da2604ef35e9
|
||||
MD5 (xengine/patch1.z) = 1dc52c711280c0f2567fdf43264e728c
|
||||
MD5 (xengine/part01.gz) = 5b22221b8b408c4deb3c83979a2d9be8
|
||||
MD5 (xengine/patch1.gz) = 47d6d900da384a919c0ebbfcc7259974
|
||||
|
|
Loading…
Add table
Reference in a new issue