Index: head/devel/statsvn/Makefile =================================================================== --- head/devel/statsvn/Makefile (revision 458016) +++ head/devel/statsvn/Makefile (revision 458017) @@ -1,44 +1,47 @@ # Created by: glarkin # $FreeBSD$ PORTNAME= statsvn PORTVERSION= 0.7.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel java MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-source MAINTAINER= ports@FreeBSD.org COMMENT= Subversion repository activity report generator LICENSE= LGPL21+ RUN_DEPENDS= subversion>=1.3:devel/subversion WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} DATADIR= ${JAVASHAREDIR}/${PORTNAME} USES= zip USE_JAVA= yes USE_ANT= yes JAVA_VERSION= 1.6+ NO_ARCH= yes ALL_TARGET= dist -SUB_FILES= pkg-message +SUB_FILES= statsvn +SUB_LIST= JAVA=${JAVA} PORTDOCS= * -PLIST_FILES= %%DATADIR%%/statsvn.jar +PLIST_FILES= bin/statsvn \ + %%DATADIR%%/statsvn.jar OPTIONS_DEFINE= DOCS DOCS_ALL_TARGET= javadoc do-install: (cd ${WRKSRC}/dist && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) + ${INSTALL_SCRIPT} ${WRKDIR}/statsvn ${STAGEDIR}${PREFIX}/bin do-install-DOCS-on: (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) .include Index: head/devel/statsvn/files/pkg-message.in =================================================================== --- head/devel/statsvn/files/pkg-message.in (revision 458016) +++ head/devel/statsvn/files/pkg-message.in (nonexistent) @@ -1,11 +0,0 @@ -====================================================================== -You have just installed StatSVN, a Subversion repository activity -report generator. - -To use the tool, run the following command: - -java -jar %%DATADIR%%/statsvn.jar - -Full usage instructions and command options are found at: -http://wiki.statsvn.org/User%20Manual.ashx -====================================================================== Property changes on: head/devel/statsvn/files/pkg-message.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/statsvn/files/statsvn.in =================================================================== --- head/devel/statsvn/files/statsvn.in (nonexistent) +++ head/devel/statsvn/files/statsvn.in (revision 458017) @@ -0,0 +1,2 @@ +#!/bin/sh +exec "%%JAVA%%" ${STATSVN_JAVA_ARGS} -jar "%%DATADIR%%/statsvn.jar" "$@" Property changes on: head/devel/statsvn/files/statsvn.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/statsvn/pkg-message =================================================================== --- head/devel/statsvn/pkg-message (nonexistent) +++ head/devel/statsvn/pkg-message (revision 458017) @@ -0,0 +1 @@ +Manual: https://wiki.statsvn.org/User%20Manual.ashx Property changes on: head/devel/statsvn/pkg-message ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property