svn commit: r494950 - head/security/softether-devel

Koichiro Iwao meta at FreeBSD.org
Thu Mar 7 14:29:57 UTC 2019


Author: meta
Date: Thu Mar  7 14:29:56 2019
New Revision: 494950
URL: https://svnweb.freebsd.org/changeset/ports/494950

Log:
  security/softether-devel: Mark as IGNORE
  
  as no beta version ahead of stable release version right now. Use
  security/softether instead for now.
  
  While here, update COMMENT.

Modified:
  head/security/softether-devel/Makefile

Modified: head/security/softether-devel/Makefile
==============================================================================
--- head/security/softether-devel/Makefile	Thu Mar  7 14:21:40 2019	(r494949)
+++ head/security/softether-devel/Makefile	Thu Mar  7 14:29:56 2019	(r494950)
@@ -9,13 +9,14 @@ PKGNAMESUFFIX=	-devel
 DISTNAME=	${PORTNAME}-src-v${DISTVERSION}
 
 MAINTAINER=	meta at FreeBSD.org
-COMMENT=	Softether VPN solution (development version)
+COMMENT=	Softether VPN 4 (stable beta version)
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 ONLY_FOR_ARCHS=	amd64 i386
 ONLY_FOR_ARCHS_REASON=	Upstream only supports amd64 and i386: https://www.softether.org/3-spec
+IGNORE=		no beta version available right now, use security/softether instead
 
 USES=		dos2unix gmake iconv:wchar_t localbase:ldflags ncurses \
 		readline ssl


More information about the svn-ports-head mailing list