diff options
author | miwi <miwi@FreeBSD.org> | 2008-11-24 06:45:54 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-11-24 06:45:54 +0800 |
commit | 30274d6cbabd6c834b61c2fb0e2539452b1508ed (patch) | |
tree | 15609d9069bfce48c867426c6ed15a5aa59fa663 /graphics/c-a-i-r | |
parent | 07b37625a0f9725a0cc3fb6da543c74d487ec0a0 (diff) | |
download | freebsd-ports-gnome-30274d6cbabd6c834b61c2fb0e2539452b1508ed.tar.gz freebsd-ports-gnome-30274d6cbabd6c834b61c2fb0e2539452b1508ed.tar.zst freebsd-ports-gnome-30274d6cbabd6c834b61c2fb0e2539452b1508ed.zip |
- Update to 2.17
PR: 129067
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
Diffstat (limited to 'graphics/c-a-i-r')
-rw-r--r-- | graphics/c-a-i-r/Makefile | 12 | ||||
-rw-r--r-- | graphics/c-a-i-r/distinfo | 6 | ||||
-rw-r--r-- | graphics/c-a-i-r/files/patch-CAIR.cpp (renamed from graphics/c-a-i-r/files/amd64-CAIR.cpp) | 0 |
3 files changed, 6 insertions, 12 deletions
diff --git a/graphics/c-a-i-r/Makefile b/graphics/c-a-i-r/Makefile index 05544e7d5226..f6e629aa6d3a 100644 --- a/graphics/c-a-i-r/Makefile +++ b/graphics/c-a-i-r/Makefile @@ -6,10 +6,10 @@ # PORTNAME= c-a-i-r -PORTVERSION= 2.16 +PORTVERSION= 2.17 CATEGORIES= graphics MASTER_SITES= SF -DISTNAME= CAIR_MT_v2.16 +DISTNAME= CAIR_MT_v2.17 MAINTAINER= buganini@gmail.com COMMENT= Content Aware Image Resizer is an implementation of seam carving @@ -21,13 +21,7 @@ WRKSRC= ${WRKDIR} PLIST_FILES= bin/cair -.include <bsd.port.pre.mk> - -.if ${ARCH} == amd64 -EXTRA_PATCHES= ${PATCHDIR}/amd64-CAIR.cpp -.endif - do-install: ${INSTALL_SCRIPT} ${WRKDIR}/cair ${PREFIX}/bin -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/graphics/c-a-i-r/distinfo b/graphics/c-a-i-r/distinfo index 28a6b437bcd0..f6ad34880c1e 100644 --- a/graphics/c-a-i-r/distinfo +++ b/graphics/c-a-i-r/distinfo @@ -1,3 +1,3 @@ -MD5 (CAIR_MT_v2.16.zip) = 5ddfef014e98579efc22c8cde4cf2e8f -SHA256 (CAIR_MT_v2.16.zip) = 6244ef83c0ecac5cffe681d76208a52698fa77f2bbfc6fc7c845817740ba46ff -SIZE (CAIR_MT_v2.16.zip) = 217086 +MD5 (CAIR_MT_v2.17.zip) = 0bf903c4550d44a3467f676d41c05a41 +SHA256 (CAIR_MT_v2.17.zip) = 85178eaba17a14e86bd5f81e345a393397db20569b79350fed6c146c89fdc188 +SIZE (CAIR_MT_v2.17.zip) = 217913 diff --git a/graphics/c-a-i-r/files/amd64-CAIR.cpp b/graphics/c-a-i-r/files/patch-CAIR.cpp index 25429035936d..25429035936d 100644 --- a/graphics/c-a-i-r/files/amd64-CAIR.cpp +++ b/graphics/c-a-i-r/files/patch-CAIR.cpp |