diff options
author | adamw <adamw@FreeBSD.org> | 2003-10-09 12:27:00 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-10-09 12:27:00 +0800 |
commit | 8643104c702f9d999de2ab5156689461ea4611aa (patch) | |
tree | 6cab705139df63a14c97386924ec9a3a778bb5d0 /emulators | |
parent | eba0a7d8a1510df243780e236b9646212ff441c0 (diff) | |
download | freebsd-ports-gnome-8643104c702f9d999de2ab5156689461ea4611aa.tar.gz freebsd-ports-gnome-8643104c702f9d999de2ab5156689461ea4611aa.tar.zst freebsd-ports-gnome-8643104c702f9d999de2ab5156689461ea4611aa.zip |
Update to 4.3.
Remove an unnecessary USE_XPM (implied by USE_MOTIF).
Drop maintainership.
The distfile is still being hosted in MASTER_SITE_LOCAL/adamw for now.
Prompted by:
PR: ports/57770
Submitted by: Mark Linimon <linimon@lonesome.com>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xzx/Makefile | 11 | ||||
-rw-r--r-- | emulators/xzx/distinfo | 2 | ||||
-rw-r--r-- | emulators/xzx/pkg-plist | 1 |
3 files changed, 5 insertions, 9 deletions
diff --git a/emulators/xzx/Makefile b/emulators/xzx/Makefile index 0406d484a6c5..e0ab43a83da2 100644 --- a/emulators/xzx/Makefile +++ b/emulators/xzx/Makefile @@ -6,22 +6,19 @@ # PORTNAME= xzx -PORTVERSION= 4.1 +PORTVERSION= 4.3 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= adamw -DISTNAME= ${PORTNAME}-pro-${PORTVERSION}-eval +DISTNAME= ${PORTNAME}-pro-${PORTVERSION} -MAINTAINER= adamw@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= ZX Spectrum (48K/128K/+3) Emulator for X11 # xmkmf is used in configure script -BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake-4 - -WRKSRC= ${WRKDIR}/${PORTNAME}-pro-${PORTVERSION} +BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake-4 USE_MOTIF= yes -USE_XPM= yes USE_X_PREFIX= yes # License forbids redistribution diff --git a/emulators/xzx/distinfo b/emulators/xzx/distinfo index 672bf2513294..fb6173a87ade 100644 --- a/emulators/xzx/distinfo +++ b/emulators/xzx/distinfo @@ -1 +1 @@ -MD5 (xzx-pro-4.1-eval.tar.gz) = a19adbd700c4de2381764ec28e467fd0 +MD5 (xzx-pro-4.3.tar.gz) = a73eec54c50d0a6569406f071662c12a diff --git a/emulators/xzx/pkg-plist b/emulators/xzx/pkg-plist index cdaf316c1f33..62dc680438e5 100644 --- a/emulators/xzx/pkg-plist +++ b/emulators/xzx/pkg-plist @@ -1,5 +1,4 @@ bin/xzx -lib/X11/app-defaults/Xzx lib/xzx-pro/128.rom lib/xzx-pro/if1-v1.rom lib/xzx-pro/if1-v2.rom |