svn commit: r477229 - in head/security/openvpn-admin: . files

Renato Botelho garga at FreeBSD.org
Wed Aug 15 14:16:19 UTC 2018


Author: garga
Date: Wed Aug 15 14:16:18 2018
New Revision: 477229
URL: https://svnweb.freebsd.org/changeset/ports/477229

Log:
  security/openvpn-admin:
  
  - Use a source tarball already patched and remove patch from files/
  - Add new available Russian translation
  - Set NO_ARCH
  - Transfer maintainership to submitter
  
  PR:		230060
  Submitted by:	Vinícius Zavam <egypcio at gmail.com>
  Sponsored by:	Rubicon Communications, LLC (Netgate)

Deleted:
  head/security/openvpn-admin/files/
Modified:
  head/security/openvpn-admin/Makefile
  head/security/openvpn-admin/distinfo

Modified: head/security/openvpn-admin/Makefile
==============================================================================
--- head/security/openvpn-admin/Makefile	Wed Aug 15 13:30:40 2018	(r477228)
+++ head/security/openvpn-admin/Makefile	Wed Aug 15 14:16:18 2018	(r477229)
@@ -3,11 +3,12 @@
 
 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 at FreeBSD.org
+MAINTAINER=	egypcio at googlemail.com
 COMMENT=	GUI frontend to openvpn
 
 LICENSE=	LGPL21+
@@ -15,8 +16,9 @@ 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

Modified: head/security/openvpn-admin/distinfo
==============================================================================
--- head/security/openvpn-admin/distinfo	Wed Aug 15 13:30:40 2018	(r477228)
+++ head/security/openvpn-admin/distinfo	Wed Aug 15 14:16:18 2018	(r477229)
@@ -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


More information about the svn-ports-all mailing list