Date: Mon, 19 Jul 2010 21:59:04 +0200 From: Bapt <baptiste.daroussin@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: han@log69.com Subject: ports/148773: [PATCH] graphics/aaphoto: update to 0.38 Message-ID: <4c44ae8b.5b26e30a.667c.ffffd5fb@mx.google.com> Resent-Message-ID: <201007192000.o6JK04lS028364@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 148773 >Category: ports >Synopsis: [PATCH] graphics/aaphoto: update to 0.38 >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: Mon Jul 19 20:00:03 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Bapt >Release: FreeBSD 8.1-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD azathoth.lan 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #6 r210216M: Sun Jul 18 15:11:06 CEST >Description: - Update to 0.38 - Add license - Use ONLY_FOR_ARCHS Port maintainer (han@log69.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- aaphoto-0.38.patch begins here --- diff -ruN --exclude=CVS /usr/ports/graphics/aaphoto.orig/Makefile /usr/ports/graphics/aaphoto/Makefile --- /usr/ports/graphics/aaphoto.orig/Makefile 2010-07-19 21:57:09.032084838 +0200 +++ /usr/ports/graphics/aaphoto/Makefile 2010-07-19 21:56:34.073190805 +0200 @@ -6,8 +6,7 @@ # PORTNAME= aaphoto -PORTVERSION= 0.37 -PORTREVISION= 1 +PORTVERSION= 0.38 CATEGORIES= graphics MASTER_SITES= http://log69.com/downloads/ DISTNAME= ${PORTNAME}_sources_v${PORTVERSION} @@ -19,6 +18,9 @@ jpeg:${PORTSDIR}/graphics/jpeg \ png:${PORTSDIR}/graphics/png +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" @@ -29,20 +31,16 @@ PORTDOCS= AUTHORS ChangeLog COPYING COPYRIGHT INSTALL LICENSE \ NEWS README TODO -.include <bsd.port.pre.mk> +ONLY_FOR_ARCHS= amd64 i386 -.if ${ARCH} != "amd64" && ${ARCH} != "i386" -BROKEN= Does not compile on !amd64 and !i386 -.endif +.include <bsd.port.pre.mk> .if ${OSVERSION} >= 700000 CFLAGS+= -fopenmp -D__OPENMP__ .endif do-install: -.for FILE in aaphoto - ${INSTALL_PROGRAM} ${WRKSRC}/${FILE} ${PREFIX}/bin -.endfor + ${INSTALL_PROGRAM} ${WRKSRC}/aaphoto ${PREFIX}/bin post-install: .if !defined(NOPORTDOCS) diff -ruN --exclude=CVS /usr/ports/graphics/aaphoto.orig/distinfo /usr/ports/graphics/aaphoto/distinfo --- /usr/ports/graphics/aaphoto.orig/distinfo 2010-07-19 21:57:09.029082508 +0200 +++ /usr/ports/graphics/aaphoto/distinfo 2010-07-19 21:51:17.511177439 +0200 @@ -1,3 +1,3 @@ -MD5 (aaphoto_sources_v0.37.tar.gz) = f9cfaf7112713cb937f7b3ac1236d077 -SHA256 (aaphoto_sources_v0.37.tar.gz) = 2efe35c406ea5bd0b8a05a6eab02437c6b3eefbff38d4d74c0f200023c4f7ae4 -SIZE (aaphoto_sources_v0.37.tar.gz) = 134442 +MD5 (aaphoto_sources_v0.38.tar.gz) = 99c07a650eda444e753cb611dd0c9d36 +SHA256 (aaphoto_sources_v0.38.tar.gz) = e2a4de457d957bb80925beb18c79b4128982941dec24f506dfa2d495830ce63e +SIZE (aaphoto_sources_v0.38.tar.gz) = 134661 --- aaphoto-0.38.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?4c44ae8b.5b26e30a.667c.ffffd5fb>