Bug 186836 - [patch] update devel/libewf to 20140216
Summary: [patch] update devel/libewf to 20140216
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: MANTANI Nobutaka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-17 12:50 UTC by Antoine Brodin
Modified: 2014-03-03 19:50 UTC (History)
0 users

See Also:


Attachments
libewf.diff (1.43 KB, patch)
2014-02-17 12:50 UTC, Antoine Brodin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Brodin freebsd_committer freebsd_triage 2014-02-17 12:50:00 UTC
Update libewf to 20140216
Use libtool to have a more classical library naming scheme
Tested with sleuthkit
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-17 12:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nobutaka

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-03 19:45:27 UTC
Author: antoine
Date: Mon Mar  3 19:45:19 2014
New Revision: 346956
URL: http://svnweb.freebsd.org/changeset/ports/346956
QAT: https://qat.redports.org/buildarchive/r346956/

Log:
  - Update to 20140227
  - Use libtool
  
  PR:		ports/186836
  Approved by:	maintainer timeout (2 weeks)

Modified:
  head/devel/libewf/Makefile
  head/devel/libewf/distinfo
  head/devel/libewf/pkg-plist

Modified: head/devel/libewf/Makefile
==============================================================================
--- head/devel/libewf/Makefile	Mon Mar  3 19:02:30 2014	(r346955)
+++ head/devel/libewf/Makefile	Mon Mar  3 19:45:19 2014	(r346956)
@@ -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

Modified: head/devel/libewf/distinfo
==============================================================================
--- head/devel/libewf/distinfo	Mon Mar  3 19:02:30 2014	(r346955)
+++ head/devel/libewf/distinfo	Mon Mar  3 19:45:19 2014	(r346956)
@@ -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

Modified: head/devel/libewf/pkg-plist
==============================================================================
--- head/devel/libewf/pkg-plist	Mon Mar  3 19:02:30 2014	(r346955)
+++ head/devel/libewf/pkg-plist	Mon Mar  3 19:45:19 2014	(r346956)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Antoine Brodin freebsd_committer freebsd_triage 2014-03-03 19:48:47 UTC
State Changed
From-To: open->closed

Patch committed