svn commit: r340230 - in head: . devel/astah-community

TAKATSU Tomonari tota at FreeBSD.org
Sun Jan 19 05:57:31 UTC 2014


Author: tota
Date: Sun Jan 19 05:57:29 2014
New Revision: 340230
URL: http://svnweb.freebsd.org/changeset/ports/340230
QAT: https://qat.redports.org/buildarchive/r340230/

Log:
  - Update to 6.8.0
  - Make docs and examples unconditional to stage
  - Update RESTRICTED and LEGAL in sync

Modified:
  head/LEGAL
  head/devel/astah-community/Makefile
  head/devel/astah-community/distinfo

Modified: head/LEGAL
==============================================================================
--- head/LEGAL	Sun Jan 19 02:36:25 2014	(r340229)
+++ head/LEGAL	Sun Jan 19 05:57:29 2014	(r340230)
@@ -41,7 +41,7 @@ annelid-*		games/annelid		No redistribut
 apache2/mod_h264_streaming-*	www/mod_h264_streaming	No commercial use
 AquaGatekeeper*		net/AquaGatekeeper	No redistribution allowed
 armyops*-linux.run	games/linux-americasarmy Redistribution is limited
-astah-community-*.zip	devel/astah-community	License restrictions
+astah-community-*.zip	devel/astah-community	License restrictions -- see http://astah.net/faq/community/enduser-license-agreement
 asWedit-*		www/aswedit		Commercial software
 atari800/*		emulators/atari800	xf25 contains copyright ROMs and cannot be distributed
 bamg*			math/bamg		Contact author personally regarding commercial use

Modified: head/devel/astah-community/Makefile
==============================================================================
--- head/devel/astah-community/Makefile	Sun Jan 19 02:36:25 2014	(r340229)
+++ head/devel/astah-community/Makefile	Sun Jan 19 05:57:29 2014	(r340230)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	astah
-PORTVERSION=	6.7.0
+PORTVERSION=	6.8.0
 CATEGORIES=	devel java
 MASTER_SITES=	#
 PKGNAMESUFFIX=	-community
@@ -16,12 +16,12 @@ LICENSE_NAME=	End User License Agreement
 LICENSE_TEXT=	${RESTRICTED}
 LICENSE_PERMS=	no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell no-auto-accept
 
-RESTRICTED=	See http://astah.net/faq/community/enduser-license-agreement
+RESTRICTED=	License restrictions -- See http://astah.net/faq/community/enduser-license-agreement
 
 USE_ZIP=	yes
 USE_JAVA=	yes
 JAVA_VERSION=	1.7+
-REVISION=	43495
+REVISION=	d254c5
 
 WRKSRC=		${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX:S!-!_!}
 
@@ -58,33 +58,29 @@ IGNORE=		needs you to fetch manually the
 
 post-patch:
 .for script in ${PLIST_FILES:S!bin/!!}
-	${REINPLACE_CMD} -e "s!%%JAVA_HOME%%!${JAVA_HOME}!g; \
+	@${REINPLACE_CMD} -e "s!%%JAVA_HOME%%!${JAVA_HOME}!g; \
 	                     s!%%DATADIR%%!${DATADIR}!" \
 		 ${WRKSRC}/${script}
 .endfor
 .if ${PORT_OPTIONS:MDOCS}
-	${REINPLACE_CMD} 's/png\\/png\//' ${WRKSRC}/api/en/doc/astahAPI_reference.html
+	@${REINPLACE_CMD} 's/png\\/png\//' ${WRKSRC}/api/en/doc/astahAPI_reference.html
 .endif
 
 do-install:
 .for script in ${PLIST_FILES:S!bin/!!}
 	${INSTALL_SCRIPT} ${WRKSRC}/${script} ${STAGEDIR}${PREFIX}/bin
 .endfor
-	${MKDIR} ${STAGEDIR}${DATADIR}
+	@${MKDIR} ${STAGEDIR}${DATADIR}
 	(cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDATA}" ${STAGEDIR}${DATADIR})
-.if ${PORT_OPTIONS:MDOCS}
-	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for docfile in ${PORTDOCS:Napi}
 	${INSTALL_DATA} ${WRKSRC}/${docfile} ${STAGEDIR}${DOCSDIR}
 .endfor
-	${MKDIR} ${STAGEDIR}${DOCSDIR}/api
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}/api
 	(cd ${WRKSRC}/api && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}/api)
-.endif
-.if ${PORT_OPTIONS:MEXAMPLES}
-	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 .for examplefile in ${PORTEXAMPLES}
 	${INSTALL_DATA} ${WRKSRC}/${examplefile} ${STAGEDIR}${EXAMPLESDIR}
 .endfor
-.endif
 
 .include <bsd.port.post.mk>

Modified: head/devel/astah-community/distinfo
==============================================================================
--- head/devel/astah-community/distinfo	Sun Jan 19 02:36:25 2014	(r340229)
+++ head/devel/astah-community/distinfo	Sun Jan 19 05:57:29 2014	(r340230)
@@ -1,2 +1,2 @@
-SHA256 (astah-community-6_7_0-43495.zip) = 00b4637c21e59a5df209218778cf4c46b1fe37c9bb309c3314f96228a08a3b8e
-SIZE (astah-community-6_7_0-43495.zip) = 25814844
+SHA256 (astah-community-6_8_0-d254c5.zip) = b19ebc2b9a2f9ff5ed549ea76c490029cdb705977c5dcae74db48284700aafe9
+SIZE (astah-community-6_8_0-d254c5.zip) = 28800835


More information about the svn-ports-all mailing list