From owner-svn-ports-head@freebsd.org Sat Jul 15 08:21:08 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F13D5DBD195; Sat, 15 Jul 2017 08:21:08 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE53868775; Sat, 15 Jul 2017 08:21:08 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6F8L7Ec025076; Sat, 15 Jul 2017 08:21:07 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6F8L776025075; Sat, 15 Jul 2017 08:21:07 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201707150821.v6F8L776025075@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Sat, 15 Jul 2017 08:21:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445855 - head/graphics/cimg X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: head/graphics/cimg X-SVN-Commit-Revision: 445855 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jul 2017 08:21:09 -0000 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@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