diff options
author | mat <mat@FreeBSD.org> | 2016-04-12 23:06:35 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-12 23:06:35 +0800 |
commit | 3f104e42dad7b3736daa249bc607c94f159b8120 (patch) | |
tree | 2539944dc0772d211e1562916c486d2f6058567c /security | |
parent | 01cf3a78b78a69ccb86168262310a6509b9bd160 (diff) | |
download | freebsd-ports-gnome-3f104e42dad7b3736daa249bc607c94f159b8120.tar.gz freebsd-ports-gnome-3f104e42dad7b3736daa249bc607c94f159b8120.tar.zst freebsd-ports-gnome-3f104e42dad7b3736daa249bc607c94f159b8120.zip |
Unbreak.
PR: 208720
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
Diffstat (limited to 'security')
-rw-r--r-- | security/gpass/Makefile | 7 | ||||
-rw-r--r-- | security/gpass/pkg-descr | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/security/gpass/Makefile b/security/gpass/Makefile index 6b1f0a0c8527..8e76ffb900e3 100644 --- a/security/gpass/Makefile +++ b/security/gpass/Makefile @@ -5,12 +5,13 @@ PORTNAME= gpass PORTVERSION= 0.5.1 PORTREVISION= 11 CATEGORIES= security gnome -MASTER_SITES= http://projects.netlab.jp/gpass/release/ +MASTER_SITES= https://github.com/raffael-sfm/gpass/releases/download/${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Password manager for GNOME2 -BROKEN= unfetchable +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libmcrypt.so:security/libmcrypt \ libmhash.so:security/mhash @@ -19,7 +20,7 @@ GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -export-dynamic USES= desktop-file-utils gmake pathfix pkgconfig -USE_GNOME= gnomeprefix gtk20 libgnomeui intltool libglade2 +USE_GNOME= gtk20 intltool libglade2 libgnomeui GCONF_SCHEMAS= gpass.schemas post-patch: diff --git a/security/gpass/pkg-descr b/security/gpass/pkg-descr index be8cf2484772..7ff7e4b3f5ae 100644 --- a/security/gpass/pkg-descr +++ b/security/gpass/pkg-descr @@ -15,4 +15,4 @@ Features: * You can launch a website and the associated username/passwords direct from GPass -WWW: http://projects.netlab.jp/gpass/ +WWW: https://github.com/raffael-sfm/gpass |