1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

Don't force to fetch again the tarball after a PORTREVISION's bump.

PR:		ports/192385
Submitted by:	amdmi3
This commit is contained in:
Thierry Thomas 2014-08-15 12:28:05 +00:00
parent 2b9a01c211
commit 91b9ae6f09
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364967

View File

@ -9,7 +9,7 @@ CATEGORIES= graphics devel
MASTER_SITES= SF/${PORTNAME} \
SF/${PORTNAME}/old
DISTNAME= CImg-${DISTVERSION}
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}_${PORTREVISION}
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}_${TARBALLREVISION}
MAINTAINER= thierry@FreeBSD.org
COMMENT= The C++ Template Image Processing Library
@ -26,6 +26,7 @@ LICENSE_PERMS_CeCILL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS_REASON= "invokes i386 asm"
TARBALLREVISION=3
USES= zip
WRKSRC= ${WRKDIR}/${DISTNAME:C/_/-/}
BUILD_WRKSRC= ${WRKSRC}/examples