diff options
author | bapt <bapt@FreeBSD.org> | 2010-09-14 20:27:54 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2010-09-14 20:27:54 +0800 |
commit | d6d4d874c7bb3bf72fa3d978ff4f200463207205 (patch) | |
tree | 5f9f419257bcd57abfdddbd57d84aa810384a8c8 /graphics | |
parent | a2209130712c4b9f779174627b900650f1ca8a7e (diff) | |
download | freebsd-ports-gnome-d6d4d874c7bb3bf72fa3d978ff4f200463207205.tar.gz freebsd-ports-gnome-d6d4d874c7bb3bf72fa3d978ff4f200463207205.tar.zst freebsd-ports-gnome-d6d4d874c7bb3bf72fa3d978ff4f200463207205.zip |
- Update to 0.39
PR: ports/150554
Submitted by: Andras Horvath <han _AT_ log69.com> (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/aaphoto/Makefile | 2 | ||||
-rw-r--r-- | graphics/aaphoto/distinfo | 6 | ||||
-rw-r--r-- | graphics/aaphoto/files/patch-Makefile.in | 12 |
3 files changed, 11 insertions, 9 deletions
diff --git a/graphics/aaphoto/Makefile b/graphics/aaphoto/Makefile index 056001b106a2..d49b47b641ea 100644 --- a/graphics/aaphoto/Makefile +++ b/graphics/aaphoto/Makefile @@ -6,7 +6,7 @@ # PORTNAME= aaphoto -PORTVERSION= 0.38 +PORTVERSION= 0.39 CATEGORIES= graphics MASTER_SITES= http://log69.com/downloads/ DISTNAME= ${PORTNAME}_sources_v${PORTVERSION} diff --git a/graphics/aaphoto/distinfo b/graphics/aaphoto/distinfo index be1a696b17ba..82d80b7e7e5f 100644 --- a/graphics/aaphoto/distinfo +++ b/graphics/aaphoto/distinfo @@ -1,3 +1,3 @@ -MD5 (aaphoto_sources_v0.38.tar.gz) = 99c07a650eda444e753cb611dd0c9d36 -SHA256 (aaphoto_sources_v0.38.tar.gz) = e2a4de457d957bb80925beb18c79b4128982941dec24f506dfa2d495830ce63e -SIZE (aaphoto_sources_v0.38.tar.gz) = 134661 +MD5 (aaphoto_sources_v0.39.tar.gz) = a6ecdf51f9ae19c672603ade47d21099 +SHA256 (aaphoto_sources_v0.39.tar.gz) = b9e9157318673ab15742aa851609f16d95b1474782a427c7940ce2c0a78c0866 +SIZE (aaphoto_sources_v0.39.tar.gz) = 170655 diff --git a/graphics/aaphoto/files/patch-Makefile.in b/graphics/aaphoto/files/patch-Makefile.in index da8f0fa6204f..11c76f23f643 100644 --- a/graphics/aaphoto/files/patch-Makefile.in +++ b/graphics/aaphoto/files/patch-Makefile.in @@ -1,11 +1,13 @@ ---- Makefile.in.orig 2010-05-22 18:13:54.000000000 +0200 -+++ Makefile.in 2010-05-22 18:15:25.000000000 +0200 -@@ -157,7 +157,7 @@ - target_alias = @target_alias@ +--- Makefile.in.orig 2010-09-14 12:09:45.000000000 +0200 ++++ Makefile.in 2010-09-14 12:10:23.000000000 +0200 +@@ -162,8 +162,8 @@ + top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -AM_CFLAGS = -Wall -O2 -D__OPENMP__ -fopenmp +-AM_LDFLAGS = -ljasper -ljpeg -lpng -lm -lgomp +AM_CFLAGS = -Wall -O2 - AM_LDFLAGS = -ljasper -ljpeg -lpng -lm ++AM_LDFLAGS = -ljasper -ljpeg -lpng -lm aaphoto_SOURCES = aaphoto.c INCLUDES = + all: config.h |