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
This commit is contained in:
parent
194bed26e8
commit
144a297f06
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53031
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user