diff options
author | mi <mi@FreeBSD.org> | 2002-01-14 14:01:10 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2002-01-14 14:01:10 +0800 |
commit | 987ae8e9a2ae75e544278ae998d0459602377e54 (patch) | |
tree | ec75f3e3f3daebed9ef56314979476dfcced919b /graphics/libfpx | |
parent | 0209cc9b6469ab6e6b4ec11a3392bfdd474c1709 (diff) | |
download | freebsd-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/Makefile | 5 |
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> |