Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Aug 2019 09:02:28 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508304 - head/www/coppermine
Message-ID:  <201908070902.x7792S6F010526@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Aug  7 09:02:28 2019
New Revision: 508304
URL: https://svnweb.freebsd.org/changeset/ports/508304

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

Modified:
  head/www/coppermine/Makefile
  head/www/coppermine/pkg-descr

Modified: head/www/coppermine/Makefile
==============================================================================
--- head/www/coppermine/Makefile	Wed Aug  7 09:01:58 2019	(r508303)
+++ head/www/coppermine/Makefile	Wed Aug  7 09:02:28 2019	(r508304)
@@ -15,7 +15,8 @@ USES=		php
 OPTIONS_DEFINE=	DOCS IMAGEMAGICK
 IMAGEMAGICK_DESC=	Use ImageMagick instead of PHP GD extension
 
-IMAGEMAGICK_RUN_DEPENDS+=	convert:graphics/ImageMagick6
+IMAGEMAGICK_RUN_DEPENDS=	convert:graphics/ImageMagick6
+IMAGEMAGICK_USE_OFF=	PHP=gd
 
 USE_PHP=	ctype hash json mysqli pcre xml
 
@@ -27,13 +28,7 @@ NO_BUILD=	yes
 NO_ARCH=	yes
 PORTDOCS=	CHANGELOG.txt LICENSE.txt README.txt
 
-SUB_FILES+=	pkg-message
-
-.include <bsd.port.options.mk>
-
-.if empty(PORT_OPTIONS:MIMAGEMAGICK)
-USE_PHP+=	gd
-.endif
+SUB_FILES=	pkg-message
 
 pre-everything::
 	@${ECHO_MSG} ""

Modified: head/www/coppermine/pkg-descr
==============================================================================
--- head/www/coppermine/pkg-descr	Wed Aug  7 09:01:58 2019	(r508303)
+++ head/www/coppermine/pkg-descr	Wed Aug  7 09:02:28 2019	(r508304)
@@ -13,4 +13,4 @@ uses PHP, a MySQL database and the GD library (version
 or ImageMagick to make the thumbnails. An install script makes the
 installation fast and simple.
 
-WWW: http://coppermine-gallery.net/
+WWW: https://coppermine-gallery.net/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908070902.x7792S6F010526>