[Midnightbsd-cvs] mports [18067] trunk/graphics/gd: fix png depend and plist
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Mar 7 16:24:22 EST 2015
Revision: 18067
http://svnweb.midnightbsd.org/mports/?rev=18067
Author: laffer1
Date: 2015-03-07 16:24:22 -0500 (Sat, 07 Mar 2015)
Log Message:
-----------
fix png depend and plist
Modified Paths:
--------------
trunk/graphics/gd/Makefile
trunk/graphics/gd/pkg-plist
Modified: trunk/graphics/gd/Makefile
===================================================================
--- trunk/graphics/gd/Makefile 2015-03-07 21:22:33 UTC (rev 18066)
+++ trunk/graphics/gd/Makefile 2015-03-07 21:24:22 UTC (rev 18067)
@@ -2,7 +2,7 @@
PORTNAME= libgd
PORTVERSION= 2.1.0
-PORTREVISION?= 4
+PORTREVISION?= 5
PORTEPOCH= 1
CATEGORIES+= graphics
MASTER_SITES= https://bitbucket.org/libgd/gd-libgd/downloads/ \
@@ -15,7 +15,7 @@
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
libtiff.so:${PORTSDIR}/graphics/tiff \
- libpng15.so:${PORTSDIR}/graphics/png \
+ libpng.so:${PORTSDIR}/graphics/png \
libfreetype.so:${PORTSDIR}/print/freetype2
CONFLICTS= bazaar-1.*
Modified: trunk/graphics/gd/pkg-plist
===================================================================
--- trunk/graphics/gd/pkg-plist 2015-03-07 21:22:33 UTC (rev 18066)
+++ trunk/graphics/gd/pkg-plist 2015-03-07 21:24:22 UTC (rev 18067)
@@ -29,4 +29,5 @@
lib/libgd.la
lib/libgd.so
lib/libgd.so.5
+lib/libgd.so.5.0.0
libdata/pkgconfig/gdlib.pc
More information about the Midnightbsd-cvs
mailing list