diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-05-22 00:49:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-05-22 00:49:25 +0000 |
commit | 4875258facf836c279ff5806dc41486ead31c6dd (patch) | |
tree | e1d0327fea0f0a0a242be8b63262cf0757ad4d47 /emulators | |
parent | 8ae019f75f61b7d2ac9e9d9701583d9207d6bb96 (diff) |
- Update to version 0.4.6.3
PR: 123870
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=213501
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/gxemul/Makefile | 22 | ||||
-rw-r--r-- | emulators/gxemul/distinfo | 6 |
2 files changed, 12 insertions, 16 deletions
diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile index 5a755bdde917..a3c64ec2b5d7 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -6,27 +6,22 @@ # PORTNAME= gxemul -PORTVERSION= 0.4.6.2 -PORTREVISION= 1 +PORTVERSION= 0.4.6.3 CATEGORIES= emulators -MASTER_SITES= http://gavare.se/gxemul/src/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= jkoshy +MASTER_SITES= SF \ + http://gavare.se/gxemul/src/ MAINTAINER= ports@FreeBSD.org COMMENT= Instruction-level machine emulator +OPTIONS= X11 "X11 support" on + HAS_CONFIGURE= yes ALL_TARGET= build -PLIST_FILES= bin/gxemul MAN1= gxemul.1 - -.if !defined(NOPORTDOCS) PORTDOCS= * -.endif - -OPTIONS= X11 "X11 support" on +PLIST_FILES= bin/gxemul .include <bsd.port.pre.mk> @@ -38,8 +33,9 @@ USE_XORG= x11 post-patch: @${REINPLACE_CMD} -Ee \ - 's|/usr/X11R6|${LOCALBASE}|g; s|-O[0-9]?||g; s|-f[a-zA-Z-]+||g' \ - ${WRKSRC}/configure + 's|/usr/X11R6|${LOCALBASE}|g; \ + s|-O[0-9]?||g; \ + s|-f[a-zA-Z-]+||g' ${WRKSRC}/configure do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gxemul ${PREFIX}/bin diff --git a/emulators/gxemul/distinfo b/emulators/gxemul/distinfo index 7bec21899260..1d61bb9ef9d8 100644 --- a/emulators/gxemul/distinfo +++ b/emulators/gxemul/distinfo @@ -1,3 +1,3 @@ -MD5 (gxemul-0.4.6.2.tar.gz) = f26e1f796f50889c6f94e0764cdc36b5 -SHA256 (gxemul-0.4.6.2.tar.gz) = 21c33f6c9da762459ca3e5050d1334c31b07bd66e30f6ea6732c1b5ca8b41179 -SIZE (gxemul-0.4.6.2.tar.gz) = 2186472 +MD5 (gxemul-0.4.6.3.tar.gz) = 1e181bf95b6ab7294467aa61359f2890 +SHA256 (gxemul-0.4.6.3.tar.gz) = afd3186a128d8c0e88037d750e3d1719c91b69dbd80922e028c459f44e53a4e8 +SIZE (gxemul-0.4.6.3.tar.gz) = 2187130 |