diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-30 08:27:30 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-30 08:27:30 +0000 |
commit | fe679ecf4766b5f7be6ade98a7ae17df0ba92c33 (patch) | |
tree | 9fe93c095417f322e562b58a52af9b42136631b3 | |
parent | 410fdea2bc8e51729a5eff4ed3d2dfaae2a10e59 (diff) | |
download | ports-fe679ecf4766b5f7be6ade98a7ae17df0ba92c33.tar.gz ports-fe679ecf4766b5f7be6ade98a7ae17df0ba92c33.zip |
Notes
-rw-r--r-- | graphics/exiv2/Makefile | 4 | ||||
-rw-r--r-- | graphics/exiv2/distinfo | 6 | ||||
-rw-r--r-- | graphics/exiv2/files/patch-src_Makefile | 11 | ||||
-rw-r--r-- | graphics/exiv2/pkg-plist | 10 |
4 files changed, 18 insertions, 13 deletions
diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile index 18722c6a52a4..9371ffaef50d 100644 --- a/graphics/exiv2/Makefile +++ b/graphics/exiv2/Makefile @@ -6,7 +6,8 @@ # PORTNAME= exiv2 -PORTVERSION= 0.14 +PORTVERSION= 0.12 +PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= http://www.exiv2.org/ @@ -14,7 +15,6 @@ MAINTAINER= multimedia@FreeBSD.org COMMENT= Exif and Iptc metadata manipulation library and tools GNU_CONFIGURE= yes -USE_GETTEXT= yes USE_GMAKE= yes USE_LDCONFIG= yes MAN1= exiv2.1 diff --git a/graphics/exiv2/distinfo b/graphics/exiv2/distinfo index 614409443709..3ccf67a40858 100644 --- a/graphics/exiv2/distinfo +++ b/graphics/exiv2/distinfo @@ -1,3 +1,3 @@ -MD5 (exiv2-0.14.tar.gz) = 6f8edde77d95f49fc83329feb615bb33 -SHA256 (exiv2-0.14.tar.gz) = a311e3ee884c57547b65c962f8b0a605e97cc64f7e6d1227a9624333acd53a8f -SIZE (exiv2-0.14.tar.gz) = 1028225 +MD5 (exiv2-0.12.tar.gz) = a97a4e489df7ec99458e3e33b506c3e6 +SHA256 (exiv2-0.12.tar.gz) = ebc67d942580731002206ffcbf4b279384d029085262e285150695591a1fa0ab +SIZE (exiv2-0.12.tar.gz) = 2359138 diff --git a/graphics/exiv2/files/patch-src_Makefile b/graphics/exiv2/files/patch-src_Makefile new file mode 100644 index 000000000000..2ae009aefc2d --- /dev/null +++ b/graphics/exiv2/files/patch-src_Makefile @@ -0,0 +1,11 @@ +--- src/Makefile.orig Sat Dec 16 19:35:51 2006 ++++ src/Makefile Sat Dec 16 19:39:49 2006 +@@ -242,7 +242,7 @@ + bin: lib $(BINARY) $(EXIV2BIN) $(MCBIN) path-test + + lib: $(OBJ) +- $(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) $(LOBJ) -o $(LIBRARY) -rpath $(libdir) -release $(EXIV2_VERSION) $(LIBS) ++ $(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) $(LOBJ) -o $(LIBRARY) -rpath $(libdir) -version-number $(subst .,:,$(EXIV2_VERSION)) $(LIBS) + @touch lib + + path-test: path-test.o utils.o diff --git a/graphics/exiv2/pkg-plist b/graphics/exiv2/pkg-plist index 7e32a4470aa6..4b3ff5e02bae 100644 --- a/graphics/exiv2/pkg-plist +++ b/graphics/exiv2/pkg-plist @@ -1,4 +1,5 @@ bin/exiv2 +bin/exiv2-config include/exiv2/basicio.hpp include/exiv2/canonmn.hpp include/exiv2/cr2image.hpp @@ -6,6 +7,7 @@ include/exiv2/crwimage.hpp include/exiv2/datasets.hpp include/exiv2/error.hpp include/exiv2/exif.hpp +include/exiv2/exiv2_version.h include/exiv2/exv_conf.h include/exiv2/exv_msvc.h include/exiv2/fujimn.hpp @@ -25,7 +27,6 @@ include/exiv2/olympusmn.hpp include/exiv2/panasonicmn.hpp include/exiv2/pngchunk.hpp include/exiv2/pngimage.hpp -include/exiv2/rafimage.hpp include/exiv2/rcsid.hpp include/exiv2/sigmamn.hpp include/exiv2/sonymn.hpp @@ -37,16 +38,9 @@ include/exiv2/tiffparser.hpp include/exiv2/tiffvisitor.hpp include/exiv2/types.hpp include/exiv2/value.hpp -include/exiv2/version.hpp lib/libexiv2.a lib/libexiv2.la lib/libexiv2.so lib/libexiv2.so.0 libdata/pkgconfig/exiv2.pc -share/locale/de/LC_MESSAGES/exiv2.mo -share/locale/es/LC_MESSAGES/exiv2.mo -share/locale/fi/LC_MESSAGES/exiv2.mo -share/locale/fr/LC_MESSAGES/exiv2.mo -share/locale/pl/LC_MESSAGES/exiv2.mo -share/locale/ru/LC_MESSAGES/exiv2.mo @dirrm include/exiv2 |