View | Details | Raw Unified | Return to bug 94560
Collapse All | Expand All

(-)Makefile (-7 / +2 lines)
Lines 7-14 Link Here
7
7
8
PORTNAME=	exiv2
8
PORTNAME=	exiv2
9
PORTVERSION=	0.9
9
PORTVERSION=	0.9.1
10
CATEGORIES=	graphics
10
CATEGORIES=	graphics
11
MASTER_SITES=	${MASTER_SITE_LOCAL}
11
MASTER_SITES=	http://www.exiv2.org/
12
MASTER_SITE_SUBDIR=	ahze
13
12
14
MAINTAINER=	ahze@FreeBSD.org
13
MAINTAINER=	ahze@FreeBSD.org
Lines 23-30 Link Here
23
.include <bsd.port.pre.mk>
22
.include <bsd.port.pre.mk>
24
23
25
.if ${ARCH} == "alpha"
26
BROKEN=		"Does not compile on alpha"
27
.endif
28
29
.if ${OSVERSION} < 500000
24
.if ${OSVERSION} < 500000
30
USE_GCC=	3.4
25
USE_GCC=	3.4
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (exiv2-0.9.tar.gz) = ee82fcba2741f5c771cb21d3eacefeef
1
MD5 (exiv2-0.9.1.tar.gz) = 4c6593751368f5e9235d85e0d4058e67
2
SHA256 (exiv2-0.9.tar.gz) = 36f6e864f2fa5f27452c09ef348f318fa9d3f18d9327020b820fac41cf9b97cd
2
SHA256 (exiv2-0.9.1.tar.gz) = 36b3a252c6cc2a270e5af6c7c4da57f685799de4f834010b11a7f88076ba4574
3
SIZE (exiv2-0.9.tar.gz) = 1613781
3
SIZE (exiv2-0.9.1.tar.gz) = 1602868
(-)pkg-descr (-1 / +1 lines)
Lines 1-3 Link Here
1
Exif and Iptc metadata manipulation library and tools
1
Exif and Iptc metadata manipulation library and tools
2
2
3
WWW:	http://home.arcor.de/ahuggel/exiv2/
3
WWW:	http://www.exiv2.org/
(-)pkg-plist (-1 / +1 lines)
Lines 27-31 Link Here
27
include/exiv2/types.hpp
27
include/exiv2/types.hpp
28
include/exiv2/value.hpp
28
include/exiv2/value.hpp
29
lib/libexiv2-0.9.so
29
lib/libexiv2-0.9.1.so
30
lib/libexiv2.a
30
lib/libexiv2.a
31
lib/libexiv2.la
31
lib/libexiv2.la

Return to bug 94560