Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Aug 2018 14:16:18 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r477229 - in head/security/openvpn-admin: . files
Message-ID:  <201808151416.w7FEGIJs058779@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org
+MAINTAINER=	egypcio@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



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