diff options
author | antoine <antoine@FreeBSD.org> | 2014-10-27 01:43:48 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-10-27 01:43:48 +0800 |
commit | 84bc411fc2c74126e1ef670cd6e9c847906256ef (patch) | |
tree | fe59b8c6cf0ef7481b1d82886875dd3c13212fe4 /devel | |
parent | 1eab1e249ab168bd35b990e22721fa58224fea9f (diff) | |
download | freebsd-ports-gnome-84bc411fc2c74126e1ef670cd6e9c847906256ef.tar.gz freebsd-ports-gnome-84bc411fc2c74126e1ef670cd6e9c847906256ef.tar.zst freebsd-ports-gnome-84bc411fc2c74126e1ef670cd6e9c847906256ef.zip |
Update to alpha-20141026
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libevt/Makefile | 3 | ||||
-rw-r--r-- | devel/libevt/distinfo | 4 | ||||
-rw-r--r-- | devel/libevt/pkg-descr | 2 | ||||
-rw-r--r-- | devel/libevt/pkg-plist | 1 |
4 files changed, 5 insertions, 5 deletions
diff --git a/devel/libevt/Makefile b/devel/libevt/Makefile index fbffe83d5adb..ed191e99d7ef 100644 --- a/devel/libevt/Makefile +++ b/devel/libevt/Makefile @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= libevt -DISTVERSION= alpha-20140831 +DISTVERSION= alpha-20141026 CATEGORIES= devel MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSYm01VnUtLXNUZ2M/ \ + https://github.com/libyal/libevt/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine MAINTAINER= antoine@FreeBSD.org diff --git a/devel/libevt/distinfo b/devel/libevt/distinfo index 1c4397b8d109..6814144a5841 100644 --- a/devel/libevt/distinfo +++ b/devel/libevt/distinfo @@ -1,2 +1,2 @@ -SHA256 (libevt-alpha-20140831.tar.gz) = f46a8a8278dd07d8abacfc90c8b0bd8347e6a2e80cf70694bf4e9928c3d3ded7 -SIZE (libevt-alpha-20140831.tar.gz) = 1720160 +SHA256 (libevt-alpha-20141026.tar.gz) = e0e8d40b1d70965cd2e192edd05c9fca19f1c3f7f01a9fad68178ce5444de380 +SIZE (libevt-alpha-20141026.tar.gz) = 1741057 diff --git a/devel/libevt/pkg-descr b/devel/libevt/pkg-descr index 9407bf4f0225..28671ee11774 100644 --- a/devel/libevt/pkg-descr +++ b/devel/libevt/pkg-descr @@ -1,3 +1,3 @@ Library and tooling to access the Windows Event Log (EVT) format -WWW: http://code.google.com/p/libevt/ +WWW: https://github.com/libyal/libevt diff --git a/devel/libevt/pkg-plist b/devel/libevt/pkg-plist index 9ace175ecb56..77c8590c493e 100644 --- a/devel/libevt/pkg-plist +++ b/devel/libevt/pkg-plist @@ -17,4 +17,3 @@ libdata/pkgconfig/libevt.pc man/man1/evtexport.1.gz man/man1/evtinfo.1.gz man/man3/libevt.3.gz -@dirrm include/libevt |