Index: head/security/openvpn-admin/files/patch-src-MainWindow.cs =================================================================== --- head/security/openvpn-admin/files/patch-src-MainWindow.cs (revision 477228) +++ head/security/openvpn-admin/files/patch-src-MainWindow.cs (nonexistent) @@ -1,11 +0,0 @@ ---- src/MainWindow.cs.orig Mon Oct 8 11:55:37 2007 -+++ src/MainWindow.cs Mon Oct 8 11:55:53 2007 -@@ -500,7 +500,7 @@ - return; - } - -- if (Configuration.Activate(this.SelectedEntry, new ActivateDelegate(RequestPassword))) -+ if (Configuration.Activate(this.SelectedEntry, new ConnectionActivateDelegate(RequestPassword))) - { - this.activeConnections = this.activeConnections + 1; - this.RefreshCurrentEntry(); Property changes on: head/security/openvpn-admin/files/patch-src-MainWindow.cs ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/openvpn-admin/files/patch-src-Configuration.cs =================================================================== --- head/security/openvpn-admin/files/patch-src-Configuration.cs (revision 477228) +++ head/security/openvpn-admin/files/patch-src-Configuration.cs (nonexistent) @@ -1,20 +0,0 @@ ---- src/Configuration.cs.orig Mon Oct 8 11:57:02 2007 -+++ src/Configuration.cs Mon Oct 8 11:57:30 2007 -@@ -33,7 +33,7 @@ - - namespace OpenVPN.Admin - { -- public delegate void ActivateDelegate(System.IO.StreamWriter input, bool askname); -+ public delegate void ConnectionActivateDelegate(System.IO.StreamWriter input, bool askname); - - public class Configuration - { -@@ -409,7 +409,7 @@ - throw new Exception(Catalog.GetString("Invalid passphrase")); - } - -- public static bool Activate(string entry, ActivateDelegate input) -+ public static bool Activate(string entry, ConnectionActivateDelegate input) - { - string contents; - string filename = Configuration.FileFromEntry(entry); Property changes on: head/security/openvpn-admin/files/patch-src-Configuration.cs ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/openvpn-admin/Makefile =================================================================== --- head/security/openvpn-admin/Makefile (revision 477228) +++ head/security/openvpn-admin/Makefile (revision 477229) @@ -1,41 +1,43 @@ # Created by: Remington Lang # $FreeBSD$ PORTNAME= openvpn-admin PORTVERSION= 1.9.4 -PORTREVISION= 5 +DISTVERSIONSUFFIX= -2 +PORTREVISION= 6 CATEGORIES= security gnome -MASTER_SITES= SF/${PORTNAME}/OldFiles +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/release-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= egypcio@googlemail.com COMMENT= GUI frontend to openvpn LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= openvpn:security/openvpn -WRKSRC= ${WRKDIR}/${DISTNAME:S/b//} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +NO_ARCH= yes USES= gettext gmake pkgconfig USE_GNOME= gtksharp20 intltool GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e 's,/usr/bin/iconv,${LOCALBASE}/bin/iconv,g' \ ${WRKSRC}/intltool-merge.in @${REINPLACE_CMD} -e 's,/etc/openvpn,${PREFIX}/etc/openvpn,' \ ${WRKSRC}/src/Configuration.cs do-install: ${INSTALL_SCRIPT} ${WRKSRC}/openvpn-admin ${STAGEDIR}${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/openvpn-admin.desktop \ ${STAGEDIR}${PREFIX}/share/applications @${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/src/openvpn-admin.exe \ ${STAGEDIR}${PREFIX}/lib/${PORTNAME} @${MKDIR} ${STAGEDIR}${PREFIX}/etc/openvpn .include Index: head/security/openvpn-admin/distinfo =================================================================== --- head/security/openvpn-admin/distinfo (revision 477228) +++ head/security/openvpn-admin/distinfo (revision 477229) @@ -1,2 +1,3 @@ -SHA256 (openvpn-admin-1.9.4.tar.gz) = 7ef54d77a594da74e233d25437161879feaddadf1416f083c3b3e852e9bd0c31 -SIZE (openvpn-admin-1.9.4.tar.gz) = 358930 +TIMESTAMP = 1532600215 +SHA256 (openvpn-admin-1.9.4-2.tar.gz) = e939a507b24c4486ef3de0d2177511ef7829183162892322db0e3bae4f2f70b0 +SIZE (openvpn-admin-1.9.4-2.tar.gz) = 358941