Index: head/security/gpass/Makefile =================================================================== --- head/security/gpass/Makefile (revision 413135) +++ head/security/gpass/Makefile (revision 413136) @@ -1,32 +1,33 @@ # Created by: ports@c0decafe.net # $FreeBSD$ 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 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: @${REINPLACE_CMD} -e 's|{packageprefix}/share|{datadir}|g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ ${WRKSRC}/include/gpass/error.h \ ${WRKSRC}/src/helper.h .include Index: head/security/gpass/pkg-descr =================================================================== --- head/security/gpass/pkg-descr (revision 413135) +++ head/security/gpass/pkg-descr (revision 413136) @@ -1,18 +1,18 @@ The GNOME Password Manager - GPass for short - is a simple application, written for the GNOME 2 desktop, that lets you manage a collection of passwords. The password collection is stored in an encrypted file, protected by a master-password. GPass is released under the GNU GPL2 licence. Features: * Clean and easy-to-use user interface. * Quick-search facility. * Username and password may easily be copied to the clipboard. * Encryption is done using the OpenSSL cryptographics library. * The built-in password generator helps you generate secure passwords. * 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