diff options
author | lioux <lioux@FreeBSD.org> | 2005-04-04 03:44:24 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-04-04 03:44:24 +0800 |
commit | bd9c053d83faf753890f049c9a30bf14e238c005 (patch) | |
tree | 325ab57e9394ed0d635b680e4c082548ff25811e /emulators/vgba-bin | |
parent | 10148445f50061631b8617a59b70cd2cb67f5a43 (diff) | |
download | freebsd-ports-gnome-bd9c053d83faf753890f049c9a30bf14e238c005.tar.gz freebsd-ports-gnome-bd9c053d83faf753890f049c9a30bf14e238c005.tar.zst freebsd-ports-gnome-bd9c053d83faf753890f049c9a30bf14e238c005.zip |
Update to 3.0
Diffstat (limited to 'emulators/vgba-bin')
-rw-r--r-- | emulators/vgba-bin/Makefile | 6 | ||||
-rw-r--r-- | emulators/vgba-bin/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
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 |