Update to 0.14 release (revert previous back-out).
This commit is contained in:
parent
09641c3f33
commit
84b6ac3928
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194621
4 changed files with 13 additions and 17 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= exiv2
|
||||
PORTVERSION= 0.12
|
||||
PORTVERSION= 0.14
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.exiv2.org/
|
||||
|
@ -15,6 +15,7 @@ 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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (exiv2-0.12.tar.gz) = a97a4e489df7ec99458e3e33b506c3e6
|
||||
SHA256 (exiv2-0.12.tar.gz) = ebc67d942580731002206ffcbf4b279384d029085262e285150695591a1fa0ab
|
||||
SIZE (exiv2-0.12.tar.gz) = 2359138
|
||||
MD5 (exiv2-0.14.tar.gz) = 6f8edde77d95f49fc83329feb615bb33
|
||||
SHA256 (exiv2-0.14.tar.gz) = a311e3ee884c57547b65c962f8b0a605e97cc64f7e6d1227a9624333acd53a8f
|
||||
SIZE (exiv2-0.14.tar.gz) = 1028225
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- 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
|
|
@ -1,5 +1,4 @@
|
|||
bin/exiv2
|
||||
bin/exiv2-config
|
||||
include/exiv2/basicio.hpp
|
||||
include/exiv2/canonmn.hpp
|
||||
include/exiv2/cr2image.hpp
|
||||
|
@ -7,7 +6,6 @@ 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
|
||||
|
@ -27,6 +25,7 @@ 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
|
||||
|
@ -38,9 +37,16 @@ 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
|
||||
|
|
Loading…
Reference in a new issue