diff options
author | marcus <marcus@FreeBSD.org> | 2005-11-05 06:07:57 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-11-05 06:07:57 +0000 |
commit | 86e2c61539b3b83fab657e860353cf0a2673b863 (patch) | |
tree | 718620a18b2c9e5c5b9e30c21976b614b5616840 /graphics | |
parent | 1792030b10786378e7383cc23ca70f6dc3929280 (diff) | |
download | FreeBSD-ports-86e2c61539b3b83fab657e860353cf0a2673b863.zip FreeBSD-ports-86e2c61539b3b83fab657e860353cf0a2673b863.tar.gz |
Update to 0.1.3.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/svg2png/Makefile | 4 | ||||
-rw-r--r-- | graphics/svg2png/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/graphics/svg2png/Makefile b/graphics/svg2png/Makefile index 761e56e..a2fdabd 100644 --- a/graphics/svg2png/Makefile +++ b/graphics/svg2png/Makefile @@ -3,10 +3,11 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ +# $MCom: ports/graphics/svg2png/Makefile,v 1.3 2005/08/06 02:21:48 marcus Exp $ # PORTNAME= svg2png -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.3 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/snapshots/ @@ -17,6 +18,7 @@ LIB_DEPENDS= svg-cairo.1:${PORTSDIR}/graphics/libsvg-cairo GNU_CONFIGURE= yes USE_GETOPT_LONG=yes +USE_GNOME= gnometarget MAN1= svg2png.1 PLIST_FILES= bin/svg2png diff --git a/graphics/svg2png/distinfo b/graphics/svg2png/distinfo index b9650fe..6fbef90 100644 --- a/graphics/svg2png/distinfo +++ b/graphics/svg2png/distinfo @@ -1,2 +1,2 @@ -MD5 (svg2png-0.1.2.tar.gz) = ded0817c7deeb9ab2d4c4be4d1a1f618 -SIZE (svg2png-0.1.2.tar.gz) = 78167 +MD5 (svg2png-0.1.3.tar.gz) = ba266c00486ffd93b8a46d59028aaef9 +SIZE (svg2png-0.1.3.tar.gz) = 82331 |