Date: Tue, 11 Aug 2009 17:43:43 +0200 (CEST) From: Martin Matuska <mm@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: thierry@FreeBSD.org Subject: ports/137674: [PATCH] graphics/cimg: update to 1.3.2beta Message-ID: <20090811154343.85FE643B2C@mail.vx.sk> Resent-Message-ID: <200908111550.n7BFo4Io008182@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 137674 >Category: ports >Synopsis: [PATCH] graphics/cimg: update to 1.3.2beta >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Aug 11 15:50:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Martin Matuska >Release: FreeBSD 7.2-STABLE amd64 >Organization: >Environment: System: FreeBSD 7.2-STABLE and 8-CURRENT >Description: - Update to 1.3.2beta - The new version will be ready for the planned upgrade of ffmpeg to version 0.5 Port maintainer (thierry@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- cimg-1.3.2.b,2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/graphics/cimg/Makefile,v retrieving revision 1.55 diff -u -r1.55 Makefile --- Makefile 18 Jul 2009 11:10:43 -0000 1.55 +++ Makefile 11 Aug 2009 15:42:21 -0000 @@ -6,12 +6,11 @@ # PORTNAME= cimg -PORTVERSION= 1.3.1 -PORTREVISION= 1 +DISTVERSION= 1.3.2beta PORTEPOCH= 2 CATEGORIES= graphics devel MASTER_SITES= SF -DISTNAME= CImg_${DISTVERSION} +DISTNAME= CImg-${DISTVERSION} DIST_SUBDIR= ${PORTNAME}-${PORTVERSION},${PORTEPOCH} MAINTAINER= thierry@FreeBSD.org @@ -19,6 +18,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME:C/_/-/} BUILD_WRKSRC= ${WRKSRC}/examples +USE_ZIP= yes MAKE_ENV= CPPFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" \ X11PATH=${LOCALBASE} Index: distinfo =================================================================== RCS file: /home/pcvs/ports/graphics/cimg/distinfo,v retrieving revision 1.41 diff -u -r1.41 distinfo --- distinfo 30 May 2009 21:03:32 -0000 1.41 +++ distinfo 11 Aug 2009 15:42:21 -0000 @@ -1,3 +1,3 @@ -MD5 (cimg-1.3.1,2/CImg_1.3.1.tar.gz) = 834129e4dd4c18858bdfbab2a21fd520 -SHA256 (cimg-1.3.1,2/CImg_1.3.1.tar.gz) = 650f1ebdef5e3633d227cf6d6ec1c0292377827d9ccbec208521bf0e9972d651 -SIZE (cimg-1.3.1,2/CImg_1.3.1.tar.gz) = 8002209 +MD5 (cimg-1.3.2.b,2/CImg-1.3.2beta.zip) = 1dd885905db992f1f0bc3a09ce7c91dc +SHA256 (cimg-1.3.2.b,2/CImg-1.3.2beta.zip) = 45f6b976841aaec89f70ca37814d4bc9b78f23528c6fb1f4f8c6844a348c9c2f +SIZE (cimg-1.3.2.b,2/CImg-1.3.2beta.zip) = 8209822 --- cimg-1.3.2.b,2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090811154343.85FE643B2C>