svn commit: r405760 - in head/security/racoon2: . files

Cy Schubert cy at FreeBSD.org
Sun Jan 10 23:44:31 UTC 2016


Author: cy
Date: Sun Jan 10 23:44:29 2016
New Revision: 405760
URL: https://svnweb.freebsd.org/changeset/ports/405760

Log:
  Provide rc vars defaults.
  
  PR:		206104
  Submitted by:	olgeni

Modified:
  head/security/racoon2/Makefile
  head/security/racoon2/files/patch-samples-rc.d-iked.in
  head/security/racoon2/files/patch-samples-rc.d-spmd.in

Modified: head/security/racoon2/Makefile
==============================================================================
--- head/security/racoon2/Makefile	Sun Jan 10 23:24:58 2016	(r405759)
+++ head/security/racoon2/Makefile	Sun Jan 10 23:44:29 2016	(r405760)
@@ -3,7 +3,7 @@
 
 PORTNAME=	racoon2
 PORTVERSION=	20100526a
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	security net ipv6
 MASTER_SITES=	ftp://ftp.racoon2.wide.ad.jp/pub/racoon2/
 

Modified: head/security/racoon2/files/patch-samples-rc.d-iked.in
==============================================================================
--- head/security/racoon2/files/patch-samples-rc.d-iked.in	Sun Jan 10 23:24:58 2016	(r405759)
+++ head/security/racoon2/files/patch-samples-rc.d-iked.in	Sun Jan 10 23:44:29 2016	(r405760)
@@ -1,6 +1,12 @@
---- samples/rc.d-iked.in.orig	2005-10-28 15:33:16.000000000 +0900
-+++ samples/rc.d-iked.in	2008-04-17 15:11:55.000000000 +0900
-@@ -14,10 +14,10 @@
+--- samples/rc.d-iked.in.orig	2005-10-28 06:33:16 UTC
++++ samples/rc.d-iked.in
+@@ -10,14 +10,16 @@
+ 
+ . /etc/rc.subr
+ 
++: ${iked_enable="NO"}
++
+ prefix=@prefix@
  exec_prefix=@exec_prefix@
  
  name="iked"

Modified: head/security/racoon2/files/patch-samples-rc.d-spmd.in
==============================================================================
--- head/security/racoon2/files/patch-samples-rc.d-spmd.in	Sun Jan 10 23:24:58 2016	(r405759)
+++ head/security/racoon2/files/patch-samples-rc.d-spmd.in	Sun Jan 10 23:44:29 2016	(r405760)
@@ -1,6 +1,12 @@
---- samples/rc.d-spmd.in.orig	2007-07-11 09:59:30.000000000 +0900
-+++ samples/rc.d-spmd.in	2008-04-17 15:11:55.000000000 +0900
-@@ -13,7 +13,7 @@
+--- samples/rc.d-spmd.in.orig	2007-07-11 00:59:30 UTC
++++ samples/rc.d-spmd.in
+@@ -9,11 +9,13 @@
+ 
+ . /etc/rc.subr
+ 
++: ${spmd_enable="NO"}
++
+ prefix=@prefix@
  exec_prefix=@exec_prefix@
  
  name="spmd"


More information about the svn-ports-head mailing list