svn commit: r364967 - head/graphics/cimg

Thierry Thomas thierry at FreeBSD.org
Fri Aug 15 12:28:06 UTC 2014


Author: thierry
Date: Fri Aug 15 12:28:05 2014
New Revision: 364967
URL: http://svnweb.freebsd.org/changeset/ports/364967
QAT: https://qat.redports.org/buildarchive/r364967/

Log:
  Don't force to fetch again the tarball after a PORTREVISION's bump.
  
  PR:		ports/192385
  Submitted by:	amdmi3

Modified:
  head/graphics/cimg/Makefile

Modified: head/graphics/cimg/Makefile
==============================================================================
--- head/graphics/cimg/Makefile	Fri Aug 15 12:20:12 2014	(r364966)
+++ head/graphics/cimg/Makefile	Fri Aug 15 12:28:05 2014	(r364967)
@@ -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 at FreeBSD.org
 COMMENT=	The C++ Template Image Processing Library
@@ -26,6 +26,7 @@ LICENSE_PERMS_CeCILL=	dist-mirror dist-s
 ONLY_FOR_ARCHS=	i386 amd64
 ONLY_FOR_ARCHS_REASON=	"invokes i386 asm"
 
+TARBALLREVISION=3
 USES=		zip
 WRKSRC=		${WRKDIR}/${DISTNAME:C/_/-/}
 BUILD_WRKSRC=	${WRKSRC}/examples


More information about the svn-ports-all mailing list