diff options
-rw-r--r-- | devel/libesedb/Makefile | 3 | ||||
-rw-r--r-- | devel/libesedb/distinfo | 4 | ||||
-rw-r--r-- | devel/libesedb/pkg-descr | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/devel/libesedb/Makefile b/devel/libesedb/Makefile index 7680b1cf880b..ccc24fce2bfa 100644 --- a/devel/libesedb/Makefile +++ b/devel/libesedb/Makefile @@ -3,9 +3,10 @@ PORTNAME= libesedb # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH -DISTVERSION= experimental-20140803 +DISTVERSION= experimental-20141110 CATEGORIES= devel MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSN082cmxsbHB0anc/ \ + https://github.com/libyal/libesedb/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine MAINTAINER= antoine@FreeBSD.org diff --git a/devel/libesedb/distinfo b/devel/libesedb/distinfo index e58433688a80..768db1002f6c 100644 --- a/devel/libesedb/distinfo +++ b/devel/libesedb/distinfo @@ -1,2 +1,2 @@ -SHA256 (libesedb-experimental-20140803.tar.gz) = d55d406821333aba8f90fab422baa88c98c91647122091082a3d14ebb01e21e5 -SIZE (libesedb-experimental-20140803.tar.gz) = 1642721 +SHA256 (libesedb-experimental-20141110.tar.gz) = 249c5d88c82dc50929a854392f19bf037922868098b00a3889cb2d69125916bd +SIZE (libesedb-experimental-20141110.tar.gz) = 1660844 diff --git a/devel/libesedb/pkg-descr b/devel/libesedb/pkg-descr index c8cf901e90b2..448e7d555c83 100644 --- a/devel/libesedb/pkg-descr +++ b/devel/libesedb/pkg-descr @@ -2,4 +2,4 @@ Library and tools to access the Extensible Storage Engine (ESE) Database File (EDB) format. ESEDB is used in many different applications like Windows Search, Windows Mail, Exchange, Active Directory, etc. -WWW: http://code.google.com/p/libesedb/ +WWW: https://github.com/libyal/libesedb |