diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2005-03-11 11:46:05 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2005-03-11 11:46:05 +0000 |
commit | 69e305465e0046a1564e054e63632d6fc2169470 (patch) | |
tree | b1dee1de9e7341b460e6787646cdc4afa0600eae /graphics/jpeginfo | |
parent | fe94b19c5f0337750ff02f0832da398836e2f09a (diff) |
Upgrade to 1.6.0
Notes
Notes:
svn path=/head/; revision=130879
Diffstat (limited to 'graphics/jpeginfo')
-rw-r--r-- | graphics/jpeginfo/Makefile | 4 | ||||
-rw-r--r-- | graphics/jpeginfo/distinfo | 4 | ||||
-rw-r--r-- | graphics/jpeginfo/files/patch-aa | 11 |
3 files changed, 15 insertions, 4 deletions
diff --git a/graphics/jpeginfo/Makefile b/graphics/jpeginfo/Makefile index f27aca9d8425..96b8ac244353 100644 --- a/graphics/jpeginfo/Makefile +++ b/graphics/jpeginfo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= jpeginfo -PORTVERSION= 1.5a +PORTVERSION= 1.6.0 CATEGORIES= graphics MASTER_SITES= http://www.cc.jyu.fi/~tjko/src/ @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -MAN1= jpeginfo.1 +MAN1= jpeginfo.1 PLIST_FILES= bin/jpeginfo .include <bsd.port.mk> diff --git a/graphics/jpeginfo/distinfo b/graphics/jpeginfo/distinfo index 98b198301299..484853477596 100644 --- a/graphics/jpeginfo/distinfo +++ b/graphics/jpeginfo/distinfo @@ -1,2 +1,2 @@ -MD5 (jpeginfo-1.5a.tar.gz) = 380068d145efe3b2f738a3e971cce26f -SIZE (jpeginfo-1.5a.tar.gz) = 61454 +MD5 (jpeginfo-1.6.0.tar.gz) = eda5b0d15d7373c9b0bc96bba4af61e0 +SIZE (jpeginfo-1.6.0.tar.gz) = 64772 diff --git a/graphics/jpeginfo/files/patch-aa b/graphics/jpeginfo/files/patch-aa new file mode 100644 index 000000000000..ec9504ad9b14 --- /dev/null +++ b/graphics/jpeginfo/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.in.bak Sun Dec 8 01:13:21 2002 ++++ Makefile.in Fri Mar 11 14:41:23 2005 +@@ -26,7 +26,7 @@ + infodir = $(prefix)/share/info + + # Where to put the manual pages. +-mandir = $(prefix)/share/man ++mandir = $(prefix)/man + + + |