aboutsummaryrefslogtreecommitdiff
path: root/devel/astah-community
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2011-09-30 22:47:20 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2011-09-30 22:47:20 +0000
commit1aaa807a1423de78a8066a0b54b8fea6c1d9d2d0 (patch)
treeb3fb437cde292266758a842f9b30b0a756a2e846 /devel/astah-community
parentdf34661d3d3cf41eb0e470b733c3671977fc6e8b (diff)
downloadports-1aaa807a1423de78a8066a0b54b8fea6c1d9d2d0.tar.gz
ports-1aaa807a1423de78a8066a0b54b8fea6c1d9d2d0.zip
Notes
Diffstat (limited to 'devel/astah-community')
-rw-r--r--devel/astah-community/Makefile17
-rw-r--r--devel/astah-community/distinfo4
2 files changed, 10 insertions, 11 deletions
diff --git a/devel/astah-community/Makefile b/devel/astah-community/Makefile
index 6b5f986bdcf6..6cf99ebf464b 100644
--- a/devel/astah-community/Makefile
+++ b/devel/astah-community/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= astah
-PORTVERSION= 6.4.1
+PORTVERSION= 6.5
CATEGORIES= devel java
MASTER_SITES= #
PKGNAMESUFFIX= -community
@@ -50,11 +50,12 @@ PORTDATA= astah-community.jar astah-api.jar astah-gui_en.properties_org \
.if !defined(NOPORTDOCS)
PORTDOCS= ReleaseNote-e.html ReleaseNote.html \
API_sample_program_license_agreement-e.txt \
- API_sample_program_license_agreement.txt
+ API_sample_program_license_agreement.txt \
+ api
.endif
.if !defined(NOPORTEXAMPLES)
-PORTEXAMPLES= astah-key.properties_org
+PORTEXAMPLES= astah-key.properties_org Sample.asta
.endif
post-patch:
@@ -72,19 +73,17 @@ do-install:
.endif
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
-.for docfile in ${PORTDOCS}
+.for docfile in ${PORTDOCS:Napi}
${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
.endfor
${MKDIR} ${DOCSDIR}/api
(cd ${WRKSRC}/api && ${COPYTREE_SHARE} \* ${DOCSDIR}/api)
- @ cd ${PREFIX} && ${FIND} share/doc/${PORTNAME}${PKGNAMESUFFIX}/api -type f -print | \
- ${SORT} -r >> ${TMPPLIST}
- @ cd ${PREFIX} && ${FIND} share/doc/${PORTNAME}${PKGNAMESUFFIX}/api -type d -print | \
- ${SORT} -r | ${SED} -e 's#^#@dirrm #' >> ${TMPPLIST}
.endif
.if !defined(NOPORTEXAMPLES)
${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/${PORTEXAMPLES} ${EXAMPLESDIR}
+.for examplefile in ${PORTEXAMPLES}
+ ${INSTALL_DATA} ${WRKSRC}/${examplefile} ${EXAMPLESDIR}
+.endfor
.endif
.include <bsd.port.post.mk>
diff --git a/devel/astah-community/distinfo b/devel/astah-community/distinfo
index 48ce95f04461..fe96c656c529 100644
--- a/devel/astah-community/distinfo
+++ b/devel/astah-community/distinfo
@@ -1,2 +1,2 @@
-SHA256 (astah-community-6_4_1.zip) = 6a3f934e02c24927a5710807d788b7c2c525984a37c63d9cb422fe31a3d24771
-SIZE (astah-community-6_4_1.zip) = 20174300
+SHA256 (astah-community-6_5.zip) = dd9c753747b7550d301197b0bb4e9b8c32defe0c4aa2b0b32bdb42152508dd75
+SIZE (astah-community-6_5.zip) = 19932727