Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Aug 2014 12:28:06 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364967 - head/graphics/cimg
Message-ID:  <201408151228.s7FCS6PA033519@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408151228.s7FCS6PA033519>