diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-08-23 18:44:32 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-08-23 18:44:32 +0800 |
commit | b6c4fe0f3587114c242e03fe624f3938263ab0f2 (patch) | |
tree | 23fe356646798d1da958aa304a3bf71d2d43586b /graphics | |
parent | 766bd143ad65824048802b241194043ed691a2ee (diff) | |
download | marcuscom-ports-b6c4fe0f3587114c242e03fe624f3938263ab0f2.tar marcuscom-ports-b6c4fe0f3587114c242e03fe624f3938263ab0f2.tar.gz marcuscom-ports-b6c4fe0f3587114c242e03fe624f3938263ab0f2.tar.bz2 marcuscom-ports-b6c4fe0f3587114c242e03fe624f3938263ab0f2.tar.lz marcuscom-ports-b6c4fe0f3587114c242e03fe624f3938263ab0f2.tar.xz marcuscom-ports-b6c4fe0f3587114c242e03fe624f3938263ab0f2.tar.zst marcuscom-ports-b6c4fe0f3587114c242e03fe624f3938263ab0f2.zip |
Update to 2.26.3.
Remove obsoleted post-patch target, remove some slaveport leftovers. Remove
MASTER_SITE_SUBDIR it isn't needed.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17053 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdk-pixbuf2/Makefile | 12 | ||||
-rw-r--r-- | graphics/gdk-pixbuf2/distinfo | 4 |
2 files changed, 6 insertions, 10 deletions
diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile index 84c748ad7..75464a460 100644 --- a/graphics/gdk-pixbuf2/Makefile +++ b/graphics/gdk-pixbuf2/Makefile @@ -3,13 +3,12 @@ # Whom: Ade Lovett <ade@lovett.com> # # $FreeBSD$ -# $MCom: ports/graphics/gdk-pixbuf2/Makefile,v 1.23 2012/06/01 14:55:46 kwm Exp $ +# $MCom: ports/graphics/gdk-pixbuf2/Makefile,v 1.24 2012/08/06 21:13:22 kwm Exp $ -PORTNAME?= gdk-pixbuf -PORTVERSION= 2.26.2 -CATEGORIES?= graphics +PORTNAME= gdk-pixbuf +PORTVERSION= 2.26.3 +CATEGORIES= graphics MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/gdk-pixbuf/${PORTVERSION:R} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org @@ -76,9 +75,6 @@ CONFIGURE_ARGS+=--without-libtiff PLIST_SUB+= TIFF="@comment " .endif -post-patch: - @${REINPLACE_CMD} -e 's|" == "|" = "|g' ${WRKSRC}/configure - post-install: @cd ${WRKSRC}/docs/reference/gdk-pixbuf && ${GMAKE} install-man1 diff --git a/graphics/gdk-pixbuf2/distinfo b/graphics/gdk-pixbuf2/distinfo index 4d11a09d2..383647aa1 100644 --- a/graphics/gdk-pixbuf2/distinfo +++ b/graphics/gdk-pixbuf2/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome2/gdk-pixbuf-2.26.2.tar.xz) = 3555521050e30e2fa090bfe650910c14649b6ab0acb35a5a7eaf90fe694f1403 -SIZE (gnome2/gdk-pixbuf-2.26.2.tar.xz) = 1174968 +SHA256 (gnome2/gdk-pixbuf-2.26.3.tar.xz) = a22373a72621c6f73e8c216410aeb46e3bb05b477e600b6ac481a47ecd4c09cc +SIZE (gnome2/gdk-pixbuf-2.26.3.tar.xz) = 1175376 |