aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libfpx
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2002-01-14 14:01:10 +0800
committermi <mi@FreeBSD.org>2002-01-14 14:01:10 +0800
commit987ae8e9a2ae75e544278ae998d0459602377e54 (patch)
treeec75f3e3f3daebed9ef56314979476dfcced919b /graphics/libfpx
parent0209cc9b6469ab6e6b4ec11a3392bfdd474c1709 (diff)
downloadfreebsd-ports-gnome-987ae8e9a2ae75e544278ae998d0459602377e54.tar.gz
freebsd-ports-gnome-987ae8e9a2ae75e544278ae998d0459602377e54.tar.zst
freebsd-ports-gnome-987ae8e9a2ae75e544278ae998d0459602377e54.zip
As a result of my last commit, upgrading this to 1.2.0-3, the
package name became fpx-1.2.0-3 -- the extra dash problem... It was quickly pointed out to me by KATO Tsuguru and Lev Serebryakov, with the former providing the simple patch I commit now. The package is now fpx-1.2.0.3. Fortunately, dot follows dash in the sorting order, so there is no need to mess with the PORTREVISION. Submitted by: KATO Tsuguru
Diffstat (limited to 'graphics/libfpx')
-rw-r--r--graphics/libfpx/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/libfpx/Makefile b/graphics/libfpx/Makefile
index 2e03dcbcbee9..b16021fe835d 100644
--- a/graphics/libfpx/Makefile
+++ b/graphics/libfpx/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= fpx
-PORTVERSION= 1.2.0-3
+PORTVERSION= 1.2.0.3
CATEGORIES= graphics
MASTER_SITES= http://imagemagick.sourceforge.net/http/delegates/ \
ftp://ftp.yggdrasil.com/mirrors/site/ftp.simplesystems.org/pub/%SUBDIR%/ \
@@ -26,12 +26,13 @@ MASTER_SITES= http://imagemagick.sourceforge.net/http/delegates/ \
ftp://ftp.fifi.org/pub/%SUBDIR%/ \
ftp://ftp.simplesystems.org/pub/%SUBDIR%/
MASTER_SITE_SUBDIR= ImageMagick/delegates
+DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}
MAINTAINER= mi@aldan.algebra.com
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
-WRKSRC= ${WRKDIR}/lib${DISTNAME:C/-[^-]*$//}
+WRKSRC= ${WRKDIR}/lib${PORTNAME}-${PORTVERSION:R}
post-patch:
# Replacing references to <malloc.h> with <stdlib.h>