svn commit: r445855 - head/graphics/cimg

Thierry Thomas thierry at FreeBSD.org
Sat Jul 15 08:21:09 UTC 2017


Author: thierry
Date: Sat Jul 15 08:21:07 2017
New Revision: 445855
URL: https://svnweb.freebsd.org/changeset/ports/445855

Log:
  I removed PORTEPOCH by error in r444299: fix it.
  
  Since there, sort ONLY_FOR_ARCHS.

Modified:
  head/graphics/cimg/Makefile

Modified: head/graphics/cimg/Makefile
==============================================================================
--- head/graphics/cimg/Makefile	Sat Jul 15 08:19:31 2017	(r445854)
+++ head/graphics/cimg/Makefile	Sat Jul 15 08:21:07 2017	(r445855)
@@ -3,6 +3,7 @@
 
 PORTNAME=	cimg
 DISTVERSION=	2.0.2
+PORTEPOCH=	3
 CATEGORIES=	graphics devel
 
 MAINTAINER=	thierry at FreeBSD.org
@@ -17,7 +18,7 @@ LICENSE_FILE_CeCILL=	${WRKSRC}/Licence_CeCILL_V2-en.tx
 LICENSE_PERMS_CeCILL_C=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 LICENSE_PERMS_CeCILL=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-ONLY_FOR_ARCHS=	i386 amd64
+ONLY_FOR_ARCHS=	amd64 i386
 ONLY_FOR_ARCHS_REASON=	invokes i386 asm
 
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list