diff options
author | mat <mat@FreeBSD.org> | 2019-02-04 21:08:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2019-02-04 21:08:16 +0800 |
commit | 6bacb2951b59be65b3ad1a468d9d48f42d93697a (patch) | |
tree | 34619354ecb0f01e8a639a35309e710ba0beedbc /security | |
parent | 29d2d4cbca575ea6022d56a37ed027fa028e0ba2 (diff) | |
download | freebsd-ports-gnome-6bacb2951b59be65b3ad1a468d9d48f42d93697a.tar.gz freebsd-ports-gnome-6bacb2951b59be65b3ad1a468d9d48f42d93697a.tar.zst freebsd-ports-gnome-6bacb2951b59be65b3ad1a468d9d48f42d93697a.zip |
Fix USE_GITHUB usage.
(And in some case, reorder the Makefiles a bit to complie with the
handbook.)
Diffstat (limited to 'security')
-rw-r--r-- | security/fprintd/Makefile | 4 | ||||
-rw-r--r-- | security/fprintd/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/fprintd/Makefile b/security/fprintd/Makefile index 3201897aedb9..cccc7a6755a2 100644 --- a/security/fprintd/Makefile +++ b/security/fprintd/Makefile @@ -1,7 +1,8 @@ # $FreeBSD$ PORTNAME= fprintd -PORTVERSION= 0.8.1 +DISTVERSIONPREFIX= V_ +DISTVERSION= 0_8_1 CATEGORIES= security MAINTAINER= la5lbtyi@aon.at @@ -21,7 +22,6 @@ USE_GNOME= intltool glib20 USE_GITHUB= yes GH_ACCOUNT= freedesktop GH_PROJECT= libfprint-${PORTNAME} -GH_TAGNAME= V_${PORTVERSION:S|.|_|g} GNU_CONFIGURE= yes INSTALL_TARGET= install-strip diff --git a/security/fprintd/distinfo b/security/fprintd/distinfo index 285f588f1949..253ff54631a1 100644 --- a/security/fprintd/distinfo +++ b/security/fprintd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1535860241 -SHA256 (freedesktop-libfprint-fprintd-0.8.1-V_0_8_1_GH0.tar.gz) = 7370e500ad9228194c575f915e215668d5d42958decc0485024f8dbfd646d21a -SIZE (freedesktop-libfprint-fprintd-0.8.1-V_0_8_1_GH0.tar.gz) = 92276 +TIMESTAMP = 1549285491 +SHA256 (freedesktop-libfprint-fprintd-V_0_8_1_GH0.tar.gz) = 7370e500ad9228194c575f915e215668d5d42958decc0485024f8dbfd646d21a +SIZE (freedesktop-libfprint-fprintd-V_0_8_1_GH0.tar.gz) = 92276 |