From 144a297f06f2c1e00ae534bb53b8ef5844bb01d2 Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Mon, 14 Jan 2002 06:01:10 +0000 Subject: 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 --- graphics/libfpx/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'graphics/libfpx') 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 with -- cgit v1.2.3