diff options
author | antoine <antoine@FreeBSD.org> | 2014-03-04 03:45:19 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-03-04 03:45:19 +0800 |
commit | b2029f1952227eb6b235ddd40218a90fa4bb962d (patch) | |
tree | 390a4a35d4680d41caea4893fae3dbe4f7790108 /devel | |
parent | 8b8e1d9c69a4c813cfbeb4679fce2b8e0be8579b (diff) | |
download | freebsd-ports-graphics-b2029f1952227eb6b235ddd40218a90fa4bb962d.tar.gz freebsd-ports-graphics-b2029f1952227eb6b235ddd40218a90fa4bb962d.tar.zst freebsd-ports-graphics-b2029f1952227eb6b235ddd40218a90fa4bb962d.zip |
- Update to 20140227
- Use libtool
PR: ports/186836
Approved by: maintainer timeout (2 weeks)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libewf/Makefile | 4 | ||||
-rw-r--r-- | devel/libewf/distinfo | 4 | ||||
-rw-r--r-- | devel/libewf/pkg-plist | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/devel/libewf/Makefile b/devel/libewf/Makefile index 2750cdbe6d7..0c5574d7465 100644 --- a/devel/libewf/Makefile +++ b/devel/libewf/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libewf -PORTVERSION= 20131230 +PORTVERSION= 20140227 CATEGORIES= devel MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSMTdoaVExWWNsRjg/ \ LOCAL/antoine @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid -USES= fuse gettext iconv pathfix pkgconfig +USES= fuse gettext iconv libtool pathfix pkgconfig USE_LDCONFIG= yes USE_OPENSSL= yes USE_PYTHON= 2 diff --git a/devel/libewf/distinfo b/devel/libewf/distinfo index 8d344a824db..029435e51a2 100644 --- a/devel/libewf/distinfo +++ b/devel/libewf/distinfo @@ -1,2 +1,2 @@ -SHA256 (libewf-20131230.tar.gz) = e4ffe1b538cb496ca043ab0f738487828babe33285f29b4ce1cbe115af83a92d -SIZE (libewf-20131230.tar.gz) = 2082976 +SHA256 (libewf-20140227.tar.gz) = 34994e588c8322af089bd303676b575231c2215a61a481e7d3ffdc56eaa23df9 +SIZE (libewf-20140227.tar.gz) = 2132507 diff --git a/devel/libewf/pkg-plist b/devel/libewf/pkg-plist index 5465952a01f..0b72f602a01 100644 --- a/devel/libewf/pkg-plist +++ b/devel/libewf/pkg-plist @@ -17,6 +17,7 @@ lib/libewf.a lib/libewf.la lib/libewf.so lib/libewf.so.2 +lib/libewf.so.2.0.0 %%PYTHON_SITELIBDIR%%/pyewf.a %%PYTHON_SITELIBDIR%%/pyewf.la %%PYTHON_SITELIBDIR%%/pyewf.so |