svn commit: r467040 - head/graphics/gd

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Apr 11 09:33:40 UTC 2018


Author: amdmi3
Date: Wed Apr 11 09:33:39 2018
New Revision: 467040
URL: https://svnweb.freebsd.org/changeset/ports/467040

Log:
  - Add LICENSE_FILE
  - Switch to options helpers
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/gd/Makefile
  head/graphics/gd/pkg-descr

Modified: head/graphics/gd/Makefile
==============================================================================
--- head/graphics/gd/Makefile	Wed Apr 11 09:29:25 2018	(r467039)
+++ head/graphics/gd/Makefile	Wed Apr 11 09:33:39 2018	(r467040)
@@ -12,6 +12,7 @@ MAINTAINER?=	dinoex at FreeBSD.org
 COMMENT?=	Graphics library for fast creation of images
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libtiff.so:graphics/tiff \
 		libpng.so:graphics/png \
@@ -75,11 +76,11 @@ pre-configure:
 	${REINPLACE_CMD} \
 		-e 's|^GDLIB_LT_CURRENT=3|GDLIB_LT_CURRENT=6|' \
 		${WRKSRC}/configure
-.if ! ${PORT_OPTIONS:MICONV}
+
+pre-configure-ICONV-off:
 	${REINPLACE_CMD} \
 		-e 's|iconv|noiconv|' \
 		${WRKSRC}/configure
-.endif
 
 .if defined(GD_FONTS)
 pre-build:

Modified: head/graphics/gd/pkg-descr
==============================================================================
--- head/graphics/gd/pkg-descr	Wed Apr 11 09:29:25 2018	(r467039)
+++ head/graphics/gd/pkg-descr	Wed Apr 11 09:33:39 2018	(r467040)
@@ -10,4 +10,4 @@ but version 2.0 does include most frequently requested
 including both truecolor and palette images, resampling (smooth
 resizing of truecolor images) and so forth.
 
-WWW: http://www.libgd.org/
+WWW: https://libgd.github.io/


More information about the svn-ports-head mailing list