Bug 180064 - [patch] update devel/libewf to 20130416 and make it fetchable again
Summary: [patch] update devel/libewf to 20130416 and make it fetchable again
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: 2013-06-28 19:50 UTC by Antoine Brodin
Modified: 2013-07-11 18:00 UTC (History)
1 user (show)

See Also:


Attachments
libewf.diff (1011 bytes, patch)
2013-06-28 19: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 2013-06-28 19:50:00 UTC
Update devel/libewf to 20130416
Google Drive is https only so I added LOCAL/antoine to have http/ftp fallback
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-28 19:50:09 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 2013-07-11 17:52:08 UTC
Author: antoine
Date: Thu Jul 11 16:51:54 2013
New Revision: 322786
URL: http://svnweb.freebsd.org/changeset/ports/322786

Log:
  Update libewf to 20130416 and libvshadow to 20130509
  This makes them fetchable again
  
  PR:		ports/180285 , ports/180064
  Approved by:	maintainer timeout

Modified:
  head/devel/libewf/Makefile
  head/devel/libewf/distinfo
  head/devel/libvshadow/Makefile
  head/devel/libvshadow/distinfo

Modified: head/devel/libewf/Makefile
==============================================================================
--- head/devel/libewf/Makefile	Thu Jul 11 16:37:50 2013	(r322785)
+++ head/devel/libewf/Makefile	Thu Jul 11 16:51:54 2013	(r322786)
@@ -2,9 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	libewf
-PORTVERSION=	20130303
+PORTVERSION=	20130416
 CATEGORIES=	devel
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	https://googledrive.com/host/0B3fBvzttpiiSMTdoaVExWWNsRjg/ \
+		LOCAL/antoine
 
 MAINTAINER=	nobutaka@FreeBSD.org
 COMMENT=	A library for support of the Expert Witness Compression Format (EWF)

Modified: head/devel/libewf/distinfo
==============================================================================
--- head/devel/libewf/distinfo	Thu Jul 11 16:37:50 2013	(r322785)
+++ head/devel/libewf/distinfo	Thu Jul 11 16:51:54 2013	(r322786)
@@ -1,2 +1,2 @@
-SHA256 (libewf-20130303.tar.gz) = a4a3a0179f882d0f392ea19893275da4146fb412d5211280d2d06d9f238451a5
-SIZE (libewf-20130303.tar.gz) = 1972292
+SHA256 (libewf-20130416.tar.gz) = e0f14071665b24a8077a24f4cafbf092ad5ac1859f49994dc4e843e747ba7a89
+SIZE (libewf-20130416.tar.gz) = 1968288

Modified: head/devel/libvshadow/Makefile
==============================================================================
--- head/devel/libvshadow/Makefile	Thu Jul 11 16:37:50 2013	(r322785)
+++ head/devel/libvshadow/Makefile	Thu Jul 11 16:51:54 2013	(r322786)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libvshadow
-PORTVERSION=	20130304
+PORTVERSION=	20130509
 CATEGORIES=	devel
 MASTER_SITES=	GOOGLE_CODE
 DISTNAME=	${PORTNAME}-alpha-${PORTVERSION}

Modified: head/devel/libvshadow/distinfo
==============================================================================
--- head/devel/libvshadow/distinfo	Thu Jul 11 16:37:50 2013	(r322785)
+++ head/devel/libvshadow/distinfo	Thu Jul 11 16:51:54 2013	(r322786)
@@ -1,2 +1,2 @@
-SHA256 (libvshadow-alpha-20130304.tar.gz) = b4cd06c53932b4086606268232ea6785cce38e9f2d5078e785345c7e819aafda
-SIZE (libvshadow-alpha-20130304.tar.gz) = 1238206
+SHA256 (libvshadow-alpha-20130509.tar.gz) = c611bd2de28711777664eb2dbc1e891bac38d336e2070743f93445c45a0ad5fd
+SIZE (libvshadow-alpha-20130509.tar.gz) = 1298150
_______________________________________________
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 2013-07-11 17:53:55 UTC
State Changed
From-To: open->closed

Patch committed