svn commit: r506337 - head/security/softether

Koichiro Iwao meta at FreeBSD.org
Wed Jul 10 08:39:19 UTC 2019


Author: meta
Date: Wed Jul 10 08:39:18 2019
New Revision: 506337
URL: https://svnweb.freebsd.org/changeset/ports/506337

Log:
  security/softether: Fix typo in Makefile variable s/SE_DIR/SE_LOGDIR/
  
  and force rebuild.
  
  MFH:		2019Q3

Modified:
  head/security/softether/Makefile

Modified: head/security/softether/Makefile
==============================================================================
--- head/security/softether/Makefile	Wed Jul 10 07:44:31 2019	(r506336)
+++ head/security/softether/Makefile	Wed Jul 10 08:39:18 2019	(r506337)
@@ -2,7 +2,7 @@
 
 PORTNAME=	softether
 DISTVERSION=	4.29-9680
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	https://www.softether-download.com/files/softether/v${DISTVERSION}-rtm-2019.02.28-tree/Source_Code/
 DISTNAME=	${PORTNAME}-src-v${DISTVERSION}-rtm
@@ -75,7 +75,7 @@ post-patch:
 		-e "s|@save_binary|${SE_DBDIR}/save_binary|" \
 		-e "s|@lang|${SE_DBDIR}/lang|" \
 		-e "s|@azureserver|${SE_DBDIR}/azureserver|" \
-		-e "s|@server_log|${SE_DIR}/server|" \
+		-e "s|@server_log|${SE_LOGDIR}/server|" \
 		-e "s|@security_log|${SE_LOGDIR}/security|" \
 		-e "s|@packet_log|${SE_LOGDIR}/packet|" \
 		-e "s|@secure_nat_log|${SE_LOGDIR}/secure_nat|" \


More information about the svn-ports-all mailing list