svn commit: r442152 - branches/2017Q2/graphics/imageworsener

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed May 31 11:46:46 UTC 2017


Author: sunpoet
Date: Wed May 31 11:46:45 2017
New Revision: 442152
URL: https://svnweb.freebsd.org/changeset/ports/442152

Log:
  MFH: r439473
  
  Update to 1.3.1
  
  Changes:	https://github.com/jsummers/imageworsener/blob/master/changelog.txt
  
  Approved by:	ports-secteam

Modified:
  branches/2017Q2/graphics/imageworsener/Makefile
  branches/2017Q2/graphics/imageworsener/pkg-plist
Directory Properties:
  branches/2017Q2/   (props changed)

Modified: branches/2017Q2/graphics/imageworsener/Makefile
==============================================================================
--- branches/2017Q2/graphics/imageworsener/Makefile	Wed May 31 11:44:51 2017	(r442151)
+++ branches/2017Q2/graphics/imageworsener/Makefile	Wed May 31 11:46:45 2017	(r442152)
@@ -23,6 +23,8 @@ INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 USES=		libtool
 
+PLIST_SUB=	PORTVERSION=${PORTVERSION}
+
 JPEG_CONFIGURE_WITH=	jpeg
 JPEG_USES=		jpeg
 PNG_CONFIGURE_WITH=	png

Modified: branches/2017Q2/graphics/imageworsener/pkg-plist
==============================================================================
--- branches/2017Q2/graphics/imageworsener/pkg-plist	Wed May 31 11:44:51 2017	(r442151)
+++ branches/2017Q2/graphics/imageworsener/pkg-plist	Wed May 31 11:46:45 2017	(r442152)
@@ -1,5 +1,5 @@
 bin/imagew
 include/imagew.h
-lib/libimageworsener-1.2.0.so
+lib/libimageworsener-%%PORTVERSION%%.so
 lib/libimageworsener.a
 lib/libimageworsener.so


More information about the svn-ports-all mailing list