svn commit: r351074 - in head/graphics/partio: . files
Marcus von Appen
mva at FreeBSD.org
Sat Apr 12 07:53:03 UTC 2014
Author: mva
Date: Sat Apr 12 07:53:02 2014
New Revision: 351074
URL: http://svnweb.freebsd.org/changeset/ports/351074
QAT: https://qat.redports.org/buildarchive/r351074/
Log:
- Update to snapshot from 28-04-2014
Deleted:
head/graphics/partio/files/
Modified:
head/graphics/partio/Makefile
head/graphics/partio/distinfo
head/graphics/partio/pkg-plist
Modified: head/graphics/partio/Makefile
==============================================================================
--- head/graphics/partio/Makefile Sat Apr 12 07:52:30 2014 (r351073)
+++ head/graphics/partio/Makefile Sat Apr 12 07:53:02 2014 (r351074)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= partio
-PORTVERSION= 1.1.0.20130624
+PORTVERSION= 1.1.0.20140128
CATEGORIES= graphics math
MAINTAINER= mva at FreeBSD.org
@@ -17,12 +17,7 @@ USE_GITHUB= yes
GH_ACCOUNT= wdas
GH_PROJECT= partio
GH_TAGNAME= ${GH_COMMIT}
-GH_COMMIT= 12428ea
-
-# Workaround until https://github.com/wdas/partio/pull/38
-# is accepted
-CFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
+GH_COMMIT= 833fd42
OPTIONS_DEFINE= DOCS PYTHON
OPTIONS_DEFAULT= PYTHON
@@ -43,6 +38,10 @@ post-patch:
@${REINPLACE_CMD} -e '/ADD_SUBDIRECTORY.*src\/py.*/d' \
${WRKSRC}/CMakeLists.txt
.endif
+.if !${PORT_OPTIONS:MDOCS}
+ @${REINPLACE_CMD} -e '/ADD_SUBDIRECTORY.*src\/doc.*/d' \
+ ${WRKSRC}/CMakeLists.txt
+.endif
.if ${PORT_OPTIONS:MDOCS}
post-build:
Modified: head/graphics/partio/distinfo
==============================================================================
--- head/graphics/partio/distinfo Sat Apr 12 07:52:30 2014 (r351073)
+++ head/graphics/partio/distinfo Sat Apr 12 07:53:02 2014 (r351074)
@@ -1,2 +1,2 @@
-SHA256 (partio-1.1.0.20130624.tar.gz) = ada3ed0a7e68f7a815dcb894fe425aa72caf2138f11f951a64853bbd8128156e
-SIZE (partio-1.1.0.20130624.tar.gz) = 263739
+SHA256 (partio-1.1.0.20140128.tar.gz) = 3c032ab20e1cb16ed46e3b76a22cd3be7286be0e2d135eda7dd1efaf648922e9
+SIZE (partio-1.1.0.20140128.tar.gz) = 263610
Modified: head/graphics/partio/pkg-plist
==============================================================================
--- head/graphics/partio/pkg-plist Sat Apr 12 07:52:30 2014 (r351073)
+++ head/graphics/partio/pkg-plist Sat Apr 12 07:53:02 2014 (r351074)
@@ -35,9 +35,9 @@ lib/libpartio.a
%%PORTDOCS%%%%DOCSDIR%%/closed.png
%%PORTDOCS%%%%DOCSDIR%%/cpptut.html
%%PORTDOCS%%%%DOCSDIR%%/cpptut_8txt.html
-%%PORTDOCS%%%%DOCSDIR%%/dir_56764cded5a002c3f242069ae9b8ada5.html
-%%PORTDOCS%%%%DOCSDIR%%/dir_7524dcdf2b80aeb1f0178df7bece5e69.html
-%%PORTDOCS%%%%DOCSDIR%%/dir_a14c72e9508914f52e3a23f68290c4ed.html
+%%PORTDOCS%%%%DOCSDIR%%/dir_572c7c46dd83879a405859aee6b8d533.html
+%%PORTDOCS%%%%DOCSDIR%%/dir_5fab038ad9b8a9ea932fd735f3318cfd.html
+%%PORTDOCS%%%%DOCSDIR%%/dir_bf245e0b9dec1033d847b880f248ab46.html
%%PORTDOCS%%%%DOCSDIR%%/doc_2CMakeLists_8txt.html
%%PORTDOCS%%%%DOCSDIR%%/doxygen.css
%%PORTDOCS%%%%DOCSDIR%%/doxygen.png
More information about the svn-ports-all
mailing list