aboutsummaryrefslogtreecommitdiff
path: root/emulators/gxemul
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2010-06-14 21:19:11 +0000
committerWarner Losh <imp@FreeBSD.org>2010-06-14 21:19:11 +0000
commit2276a90387d1aaf3695b3d0b03f6cf6bfe73cf66 (patch)
tree2af6c162fd86c31fa12f17ed26663199938cb8f8 /emulators/gxemul
parent8b1904c105dbd4035624fa5c153d5bcdbc4f9788 (diff)
downloadports-2276a90387d1aaf3695b3d0b03f6cf6bfe73cf66.tar.gz
ports-2276a90387d1aaf3695b3d0b03f6cf6bfe73cf66.zip
Upgrade to latest gxemul 0.6.0.
Submitted by: Tassilo Philipp Feature safe: yes
Notes
Notes: svn path=/head/; revision=256539
Diffstat (limited to 'emulators/gxemul')
-rw-r--r--emulators/gxemul/Makefile8
-rw-r--r--emulators/gxemul/distinfo6
2 files changed, 9 insertions, 5 deletions
diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile
index f298389cbad4..b6b348c4a158 100644
--- a/emulators/gxemul/Makefile
+++ b/emulators/gxemul/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gxemul
-PORTVERSION= 0.4.7.2
+PORTVERSION= 0.6.0
CATEGORIES= emulators
MASTER_SITES= http://gxemul.sourceforge.net/src/ \
http://gavare.se/gxemul/src/
@@ -43,7 +43,11 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/man/gxemul.1 ${MAN1PREFIX}/man/man1
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
+ ${MKDIR} -p ${DOCSDIR}/components
+ ${MKDIR} -p ${DOCSDIR}/machines
+ ${INSTALL_DATA} ${WRKSRC}/doc/components/* ${DOCSDIR}/components
+ ${INSTALL_DATA} ${WRKSRC}/doc/machines/* ${DOCSDIR}/machines
+ ${INSTALL_DATA} `find ${WRKSRC}/doc/ -type f -depth 1` ${DOCSDIR}
.endif
.include <bsd.port.post.mk>
diff --git a/emulators/gxemul/distinfo b/emulators/gxemul/distinfo
index 81970e27eafc..74d7fab8f1c6 100644
--- a/emulators/gxemul/distinfo
+++ b/emulators/gxemul/distinfo
@@ -1,3 +1,3 @@
-MD5 (gxemul-0.4.7.2.tar.gz) = a2ec4f58a831dd883c196c4fd362b702
-SHA256 (gxemul-0.4.7.2.tar.gz) = 9659d3a2158ba0b454c836fe043a035de984a752221ebc6275f2f5b567d16f9c
-SIZE (gxemul-0.4.7.2.tar.gz) = 3374450
+MD5 (gxemul-0.6.0.tar.gz) = bfdc4109ddd05361be0db0084dd3dbed
+SHA256 (gxemul-0.6.0.tar.gz) = d3f85c7964b44b085e088862d88b1f31d907fb99c5321900c0b3a723c82581e8
+SIZE (gxemul-0.6.0.tar.gz) = 3598795