svn commit: r336230 - head/graphics/graphite2
Baptiste Daroussin
bapt at FreeBSD.org
Wed Dec 11 21:55:55 UTC 2013
Author: bapt
Date: Wed Dec 11 21:55:53 2013
New Revision: 336230
URL: http://svnweb.freebsd.org/changeset/ports/336230
Log:
Update to 1.2.4
Support stage
Remove hack to uselessly change the name of the library
Modified:
head/graphics/graphite2/Makefile
head/graphics/graphite2/distinfo
head/graphics/graphite2/pkg-plist
Modified: head/graphics/graphite2/Makefile
==============================================================================
--- head/graphics/graphite2/Makefile Wed Dec 11 21:55:33 2013 (r336229)
+++ head/graphics/graphite2/Makefile Wed Dec 11 21:55:53 2013 (r336230)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= graphite2
-PORTVERSION= 1.2.3
+PORTVERSION= 1.2.4
CATEGORIES= graphics print
MASTER_SITES= SF/silgraphite/${PORTNAME}
EXTRACT_SUFX= .tgz
@@ -13,9 +13,7 @@ USES= cmake iconv
USE_LDCONFIG= yes
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's,/pkgconfig,data/pkgconfig,g' ${WRKSRC}/CMakeLists.txt
- @${REINPLACE_CMD} -e 's/.$${GRAPHITE_API_REVISION}.$${GRAPHITE_API_AGE}//g' ${WRKSRC}/src/CMakeLists.txt
.include <bsd.port.mk>
Modified: head/graphics/graphite2/distinfo
==============================================================================
--- head/graphics/graphite2/distinfo Wed Dec 11 21:55:33 2013 (r336229)
+++ head/graphics/graphite2/distinfo Wed Dec 11 21:55:53 2013 (r336230)
@@ -1,2 +1,2 @@
-SHA256 (graphite2-1.2.3.tgz) = ef680a003cebc426d7c9bf856d7191775b1dfd585d5dd44712d7d41750b3fcf5
-SIZE (graphite2-1.2.3.tgz) = 5120099
+SHA256 (graphite2-1.2.4.tgz) = 4bc3d5168029bcc0aa00eb2c973269d29407be2796ff56f9c80e10736bd8b003
+SIZE (graphite2-1.2.4.tgz) = 6938866
Modified: head/graphics/graphite2/pkg-plist
==============================================================================
--- head/graphics/graphite2/pkg-plist Wed Dec 11 21:55:33 2013 (r336229)
+++ head/graphics/graphite2/pkg-plist Wed Dec 11 21:55:53 2013 (r336230)
@@ -7,6 +7,7 @@ include/graphite2/Segment.h
include/graphite2/Types.h
lib/libgraphite2.so
lib/libgraphite2.so.3
+lib/libgraphite2.so.3.0.1
libdata/pkgconfig/graphite2.pc
@dirrmtry include/graphite2
@dirrmtry %%DATADIR%%
More information about the svn-ports-all
mailing list