- Update to 6.8.0

- Make docs and examples unconditional to stage
- Update RESTRICTED and LEGAL in sync
This commit is contained in:
TAKATSU Tomonari 2014-01-19 05:57:29 +00:00
parent 64debba093
commit 5441ff34e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340230
3 changed files with 12 additions and 16 deletions

2
LEGAL
View file

@ -41,7 +41,7 @@ annelid-* games/annelid No redistribution allowed
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

View file

@ -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 distribution file\
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>

View file

@ -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