summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2002-01-14 06:01:10 +0000
committerMikhail Teterin <mi@FreeBSD.org>2002-01-14 06:01:10 +0000
commit144a297f06f2c1e00ae534bb53b8ef5844bb01d2 (patch)
tree2204b0ae07511fb07d4f1ebc7634dba3aa9356f3 /graphics
parentupgrade to 0.9.1 (diff)
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
Notes
Notes: svn path=/head/; revision=53031
Diffstat (limited to 'graphics')
-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>