svn commit: r413136 - head/security/gpass

Mathieu Arnold mat at FreeBSD.org
Tue Apr 12 15:06:36 UTC 2016


Author: mat
Date: Tue Apr 12 15:06:35 2016
New Revision: 413136
URL: https://svnweb.freebsd.org/changeset/ports/413136

Log:
  Unbreak.
  
  PR:		208720
  Submitted by:	tkato432 yahoo com
  Sponsored by:	Absolight

Modified:
  head/security/gpass/Makefile   (contents, props changed)
  head/security/gpass/pkg-descr   (contents, props changed)

Modified: head/security/gpass/Makefile
==============================================================================
--- head/security/gpass/Makefile	Tue Apr 12 15:06:29 2016	(r413135)
+++ head/security/gpass/Makefile	Tue Apr 12 15:06:35 2016	(r413136)
@@ -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 at 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:

Modified: head/security/gpass/pkg-descr
==============================================================================
--- head/security/gpass/pkg-descr	Tue Apr 12 15:06:29 2016	(r413135)
+++ head/security/gpass/pkg-descr	Tue Apr 12 15:06:35 2016	(r413136)
@@ -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


More information about the svn-ports-head mailing list