diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-04-03 19:44:24 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-04-03 19:44:24 +0000 |
commit | 34a8a8cd54d8ce695afed1a9d5714f9b0b1c4d1c (patch) | |
tree | bde3d38272c52cfba55c629855580f21abf1e69f | |
parent | d68e3f780966b87f51303000c6ad2bcce61d6b05 (diff) | |
download | ports-34a8a8cd54d8ce695afed1a9d5714f9b0b1c4d1c.tar.gz ports-34a8a8cd54d8ce695afed1a9d5714f9b0b1c4d1c.zip |
Notes
-rw-r--r-- | emulators/vgb-bin/Makefile | 7 | ||||
-rw-r--r-- | emulators/vgb-bin/distinfo | 4 | ||||
-rw-r--r-- | emulators/vgb-bin/pkg-plist | 1 | ||||
-rw-r--r-- | emulators/vgba-bin/Makefile | 6 | ||||
-rw-r--r-- | emulators/vgba-bin/distinfo | 4 |
5 files changed, 10 insertions, 12 deletions
diff --git a/emulators/vgb-bin/Makefile b/emulators/vgb-bin/Makefile index 4432beb62970..cf51d061ba4c 100644 --- a/emulators/vgb-bin/Makefile +++ b/emulators/vgb-bin/Makefile @@ -6,7 +6,7 @@ # PORTNAME= vgb -PORTVERSION= 2.2 +PORTVERSION= 3.0 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= http://fms.komkon.org/VGB/ @@ -26,7 +26,6 @@ INSTALL_DIR= ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} do-install: @${INSTALL_PROGRAM} ${WRKSRC}/vgb ${PREFIX}/bin - @${INSTALL_PROGRAM} ${WRKSRC}/vgb-debug ${PREFIX}/bin @${INSTALL_DIR} ${PREFIX}/share/vgb @${INSTALL_DATA} ${WRKSRC}/CART.GB ${PREFIX}/share/vgb .if !defined(NOPORTDOCS) @@ -36,8 +35,8 @@ do-install: .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500000 -LIB_DEPENDS+= c_r.4:${PORTSDIR}/misc/compat4x +.if ${OSVERSION} < 502100 +IGNORE= Does not work for FreeBSD versions prior to 5.2.1R .endif .include <bsd.port.post.mk> diff --git a/emulators/vgb-bin/distinfo b/emulators/vgb-bin/distinfo index 61f15249729b..98178e46f5a2 100644 --- a/emulators/vgb-bin/distinfo +++ b/emulators/vgb-bin/distinfo @@ -1,2 +1,2 @@ -MD5 (VGB22-FreeBSD-80x86-bin.tar.Z) = a4cf3af2a1a3018d74373f807b5b3ccb -SIZE (VGB22-FreeBSD-80x86-bin.tar.Z) = 397983 +MD5 (VGB30-FreeBSD-80x86-bin.tar.Z) = e0b6286625d436597af664bc269ad431 +SIZE (VGB30-FreeBSD-80x86-bin.tar.Z) = 315061 diff --git a/emulators/vgb-bin/pkg-plist b/emulators/vgb-bin/pkg-plist index ae943a1e8ff5..87e0d521cda8 100644 --- a/emulators/vgb-bin/pkg-plist +++ b/emulators/vgb-bin/pkg-plist @@ -1,5 +1,4 @@ bin/vgb -bin/vgb-debug share/vgb/CART.GB %%PORTDOCS%%share/doc/vgb/VGB.html %%PORTDOCS%%@dirrm share/doc/vgb diff --git a/emulators/vgba-bin/Makefile b/emulators/vgba-bin/Makefile index c904f164b7fc..58b9498bd2bf 100644 --- a/emulators/vgba-bin/Makefile +++ b/emulators/vgba-bin/Makefile @@ -6,7 +6,7 @@ # PORTNAME= vgba -PORTVERSION= 2.1 +PORTVERSION= 3.0 CATEGORIES= emulators MASTER_SITES= http://fms.komkon.org/VGBA/ PKGNAMESUFFIX= -bin @@ -32,8 +32,8 @@ do-install: .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500000 -LIB_DEPENDS+= c_r.4:${PORTSDIR}/misc/compat4x +.if ${OSVERSION} < 502100 +IGNORE= Does not work for FreeBSD versions prior to 5.2.1R .endif .include <bsd.port.post.mk> diff --git a/emulators/vgba-bin/distinfo b/emulators/vgba-bin/distinfo index 9da88bdaa604..6039ee25b887 100644 --- a/emulators/vgba-bin/distinfo +++ b/emulators/vgba-bin/distinfo @@ -1,2 +1,2 @@ -MD5 (VGBA21-FreeBSD-80x86-bin.tar.Z) = bc39633b603fd5fcdfad20ac282d3a2d -SIZE (VGBA21-FreeBSD-80x86-bin.tar.Z) = 281267 +MD5 (VGBA30-FreeBSD-80x86-bin.tar.Z) = f50982c1462f34125ab1681cf1105d70 +SIZE (VGBA30-FreeBSD-80x86-bin.tar.Z) = 309626 |