Index: head/devel/darts/pkg-plist =================================================================== --- head/devel/darts/pkg-plist (revision 471515) +++ head/devel/darts/pkg-plist (nonexistent) @@ -1,3 +0,0 @@ -include/darts.h -libexec/darts/darts -libexec/darts/mkdarts Property changes on: head/devel/darts/pkg-plist ___________________________________________________________________ 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/darts/Makefile =================================================================== --- head/devel/darts/Makefile (revision 471515) +++ head/devel/darts/Makefile (revision 471516) @@ -1,36 +1,42 @@ # Created by: Akinori MUSHA aka knu # $FreeBSD$ PORTNAME= darts PORTVERSION= 0.32 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.chasen.org/~taku/software/darts/src/ MAINTAINER= ports@FreeBSD.org COMMENT= C++ template library that implements Double-Array LICENSE= BSD3CLAUSE LGPL21+ LICENSE_COMB= dual LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/BSD LICENSE_FILE_LGPL21+ = ${WRKSRC}/LGPL +USES= autoreconf GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS EXAMPLES PORTEXAMPLES= darts.cpp mkdarts.cpp PORTDOCS= AUTHORS ChangeLog README doc + +PLIST_FILES= include/darts.h \ + libexec/darts/darts \ + libexec/darts/mkdarts post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${CP} -R ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ .endfor post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for f in ${PORTEXAMPLES} ${CP} -R ${WRKSRC}/${f} ${STAGEDIR}${EXAMPLESDIR}/ .endfor .include Index: head/devel/darts/distinfo =================================================================== --- head/devel/darts/distinfo (revision 471515) +++ head/devel/darts/distinfo (revision 471516) @@ -1,2 +1,3 @@ +TIMESTAMP = 1528054397 SHA256 (darts-0.32.tar.gz) = 0dfc0b82f0a05d93b92acf849368e54bf93f1de8ffb31ba0a21e45ab9e269285 SIZE (darts-0.32.tar.gz) = 234001