svn commit: r312542 - head/graphics/opengtl
Dima Panov
fluffy at FreeBSD.org
Tue Feb 19 05:13:30 UTC 2013
Author: fluffy
Date: Tue Feb 19 05:13:28 2013
New Revision: 312542
URL: http://svnweb.freebsd.org/changeset/ports/312542
Log:
- Update to 0.9.18 maintenance release, with CLang 3.2 support
Approved by: maintainer via IM
Modified:
head/graphics/opengtl/Makefile
head/graphics/opengtl/distinfo (contents, props changed)
head/graphics/opengtl/pkg-plist (contents, props changed)
Modified: head/graphics/opengtl/Makefile
==============================================================================
--- head/graphics/opengtl/Makefile Tue Feb 19 04:55:37 2013 (r312541)
+++ head/graphics/opengtl/Makefile Tue Feb 19 05:13:28 2013 (r312542)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= opengtl
-PORTVERSION= 0.9.17
+PORTVERSION= 0.9.18
CATEGORIES= graphics devel
MASTER_SITES= http://download.${PORTNAME}.org/
DISTNAME= OpenGTL-${PORTVERSION}
@@ -12,7 +12,7 @@ COMMENT= Graphics Transformation Languag
LICENSE= LGPL20
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
-BUILD_DEPENDS= ${LOCALBASE}/lib/libLLVM-3.1.so:${PORTSDIR}/devel/llvm31
+BUILD_DEPENDS= ${LOCALBASE}/lib/libLLVM-3.2.so:${PORTSDIR}/devel/llvm
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= yes
Modified: head/graphics/opengtl/distinfo
==============================================================================
--- head/graphics/opengtl/distinfo Tue Feb 19 04:55:37 2013 (r312541)
+++ head/graphics/opengtl/distinfo Tue Feb 19 05:13:28 2013 (r312542)
@@ -1,2 +1,2 @@
-SHA256 (OpenGTL-0.9.17.tar.bz2) = 89a37394fe71f2e771d7230333c86b93706f0083f86a58a86a670bca7e4f905e
-SIZE (OpenGTL-0.9.17.tar.bz2) = 534132
+SHA256 (OpenGTL-0.9.18.tar.bz2) = f094b3d2a1a60519975bb3badc05e704f2b93c7a3d2cb753041f2ff27cfcd9f8
+SIZE (OpenGTL-0.9.18.tar.bz2) = 536113
Modified: head/graphics/opengtl/pkg-plist
==============================================================================
--- head/graphics/opengtl/pkg-plist Tue Feb 19 04:55:37 2013 (r312541)
+++ head/graphics/opengtl/pkg-plist Tue Feb 19 05:13:28 2013 (r312542)
@@ -5,6 +5,7 @@ bin/gtlconvert
bin/imagecompare
bin/shiva
bin/shivac
+bin/shivacheck
bin/shivainfo
bin/shivanimator
bin/shivatester
More information about the svn-ports-all
mailing list