[Midnightbsd-cvs] mports [20400] trunk/security: add gnome3 version

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 3 00:45:24 EDT 2015


Revision: 20400
          http://svnweb.midnightbsd.org/mports/?rev=20400
Author:   laffer1
Date:     2015-10-03 00:45:23 -0400 (Sat, 03 Oct 2015)
Log Message:
-----------
add gnome3 version

Modified Paths:
--------------
    trunk/security/Makefile

Added Paths:
-----------
    trunk/security/pinentry-gnome3/
    trunk/security/pinentry-gnome3/Makefile

Modified: trunk/security/Makefile
===================================================================
--- trunk/security/Makefile	2015-10-03 04:44:32 UTC (rev 20399)
+++ trunk/security/Makefile	2015-10-03 04:45:23 UTC (rev 20400)
@@ -98,6 +98,7 @@
 SUBDIR += php5-mcrypt
 SUBDIR += php5-openssl
 SUBDIR += pinentry
+SUBDIR += pinentry-gnome3
 SUBDIR += pinentry-tty
 SUBDIR += polarssl
 SUBDIR += py-fail2ban

Added: trunk/security/pinentry-gnome3/Makefile
===================================================================
--- trunk/security/pinentry-gnome3/Makefile	                        (rev 0)
+++ trunk/security/pinentry-gnome3/Makefile	2015-10-03 04:45:23 UTC (rev 20400)
@@ -0,0 +1,13 @@
+# $MidnightBSD$
+# $FreeBSD: head/security/pinentry-gnome3/Makefile 394948 2015-08-21 12:26:22Z kwm $
+
+PORTNAME=	pinentry
+PORTREVISION=	1
+
+COMMENT=	GNOME 3 version of the GnuPG password dialog
+
+PINENTRY_GUI=	gnome3
+
+MASTERDIR=	${.CURDIR}/../pinentry
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/security/pinentry-gnome3/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list