svn commit: r333220 - in head: databases/msql3 graphics/GraphicsMagick13
Baptiste Daroussin
bapt at FreeBSD.org
Fri Nov 8 13:07:46 UTC 2013
Author: bapt
Date: Fri Nov 8 13:07:45 2013
New Revision: 333220
URL: http://svnweb.freebsd.org/changeset/ports/333220
Log:
Fix badly set PKGNAMESUFFIX
Pointyhat to: bapt
Modified:
head/databases/msql3/Makefile
head/graphics/GraphicsMagick13/Makefile
Modified: head/databases/msql3/Makefile
==============================================================================
--- head/databases/msql3/Makefile Fri Nov 8 13:04:41 2013 (r333219)
+++ head/databases/msql3/Makefile Fri Nov 8 13:07:45 2013 (r333220)
@@ -4,7 +4,7 @@
PORTNAME= msql
PORTVERSION= 3.8
CATEGORIES= databases
-PKGNAMESUFX= 3
+PKGNAMESUFFIX= 3
MAINTAINER= ports at FreeBSD.org
COMMENT= Version 3 of the Mini SQL relational database system
Modified: head/graphics/GraphicsMagick13/Makefile
==============================================================================
--- head/graphics/GraphicsMagick13/Makefile Fri Nov 8 13:04:41 2013 (r333219)
+++ head/graphics/GraphicsMagick13/Makefile Fri Nov 8 13:07:45 2013 (r333220)
@@ -9,7 +9,7 @@ MASTER_SITES= SF \
ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/
MASTER_SITE_SUBDIR= ${PORTNAME:L}/${PORTNAME:L}/${PORTVERSION}
PORTSCOUT= limit:^1\.3\.
-PKGNAMESUFFIX= 12
+PKGNAMESUFFIX= 13
MAINTAINER= glarkin at FreeBSD.org
COMMENT= Fast image processing tools based on ImageMagick
More information about the svn-ports-head
mailing list