Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Apr 2016 15:06:35 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r413136 - head/security/gpass
Message-ID:  <201604121506.u3CF6Zj6031907@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604121506.u3CF6Zj6031907>