diff options
author | wiz <wiz> | 2012-04-15 15:46:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-04-15 15:46:53 +0000 |
commit | a42db6fba92566efa4a7b44dc887974fbc47954a (patch) | |
tree | 6443c3c96277069d0f0a41fcf40882c639225d14 /emulators | |
parent | 52c6872d3ac66217abe84047b06e804addcf7a77 (diff) | |
download | pkgsrc-a42db6fba92566efa4a7b44dc887974fbc47954a.tar.gz |
Update to 1.03:
v1.03:
pecompat: New app
uips: Fixed a bug that caused bytes near the end of the file to be unnecessarily included in the .ips patch
cdpatch: Combining -f and -v now lists all errors, while still ignoring them
cdpatch: -x option now preserves modification time when possible
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/cmdpack/Makefile | 8 | ||||
-rw-r--r-- | emulators/cmdpack/PLIST | 3 | ||||
-rw-r--r-- | emulators/cmdpack/distinfo | 8 |
3 files changed, 10 insertions, 9 deletions
diff --git a/emulators/cmdpack/Makefile b/emulators/cmdpack/Makefile index 992a93c5eba..2571a55f0d8 100644 --- a/emulators/cmdpack/Makefile +++ b/emulators/cmdpack/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/12/05 01:15:25 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2012/04/15 15:46:53 wiz Exp $ # -DISTNAME= cmdpack-1.02-src +DISTNAME= cmdpack-1.03-src PKGNAME= ${DISTNAME:S/-src//} CATEGORIES= emulators MASTER_SITES= http://www.neillcorlett.com/downloads/ @@ -17,13 +17,13 @@ INSTALLATION_DIRS= bin share/doc/cmdpack do-build: cd ${WRKSRC}/src && \ - for file in bin2iso bincomp brrrip byteshuf byteswap cdpatch ecm fakecrc hax65816 id3point rels screamf subfile uips usfv vb2rip wordadd zerofill; do \ + for file in bin2iso bincomp brrrip byteshuf byteswap cdpatch ecm fakecrc hax65816 id3point pecompat rels screamf subfile uips usfv vb2rip wordadd zerofill; do \ ${CC} -o $$file $$file.c; \ done do-install: cd ${WRKSRC}/src && \ - for file in bin2iso bincomp brrrip byteshuf byteswap cdpatch ecm fakecrc hax65816 id3point rels screamf subfile uips usfv vb2rip wordadd zerofill; do \ + for file in bin2iso bincomp brrrip byteshuf byteswap cdpatch ecm fakecrc hax65816 id3point pecompat rels screamf subfile uips usfv vb2rip wordadd zerofill; do \ ${INSTALL_PROGRAM} $$file ${DESTDIR}${PREFIX}/bin; \ done ${INSTALL_DATA} ${WRKSRC}/doc/cmdpack.txt ${DESTDIR}${PREFIX}/share/doc/cmdpack diff --git a/emulators/cmdpack/PLIST b/emulators/cmdpack/PLIST index ce53d803979..6602e6552c9 100644 --- a/emulators/cmdpack/PLIST +++ b/emulators/cmdpack/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2011/12/05 01:15:25 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2012/04/15 15:46:53 wiz Exp $ bin/bin2iso bin/bincomp bin/brrrip @@ -9,6 +9,7 @@ bin/ecm bin/fakecrc bin/hax65816 bin/id3point +bin/pecompat bin/rels bin/screamf bin/subfile diff --git a/emulators/cmdpack/distinfo b/emulators/cmdpack/distinfo index a89dcd35c01..9ad27d868d3 100644 --- a/emulators/cmdpack/distinfo +++ b/emulators/cmdpack/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/12/05 01:15:25 wiz Exp $ +$NetBSD: distinfo,v 1.2 2012/04/15 15:46:53 wiz Exp $ -SHA1 (cmdpack-1.02-src.tar.gz) = cf235e77532aaa2464c1fd42d35d5de4f1a968b1 -RMD160 (cmdpack-1.02-src.tar.gz) = 0c3b018767f23fb1bf6535a31ddd45d858be477b -Size (cmdpack-1.02-src.tar.gz) = 77037 bytes +SHA1 (cmdpack-1.03-src.tar.gz) = a6df4184878adf3131b0578506118ad1e77c265c +RMD160 (cmdpack-1.03-src.tar.gz) = a9073592aeb3514e8dd456189d34deb1e5e4952a +Size (cmdpack-1.03-src.tar.gz) = 80716 bytes |