mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
- Update to 20150313
This commit is contained in:
parent
6e73bbe00d
commit
3749dafd27
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381283
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= vpnc-scripts
|
||||
PORTVERSION= 20140806
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 20150313
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ftp://ftp.infradead.org/pub/${PORTNAME}/ \
|
||||
http://mirrors.rit.edu/zi/
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (vpnc-scripts-20140806.tar.gz) = 1f61a6c5ec8a2dab7d5f12c9b438d931e41c6c1c258801ee978d5ed460f4d35f
|
||||
SIZE (vpnc-scripts-20140806.tar.gz) = 20070
|
||||
SHA256 (vpnc-scripts-20150313.tar.gz) = 73e11fa5ee379d283a9f26e689993a9f935c773373f3e92ce1281a5c18f49a2e
|
||||
SIZE (vpnc-scripts-20150313.tar.gz) = 20055
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- vpnc-script.orig 2014-08-05 13:38:58 UTC
|
||||
+++ vpnc-script
|
||||
@@ -121,7 +121,7 @@ if [ -r /etc/openwrt_release ] && [ -n "
|
||||
include /lib/network
|
||||
MODIFYRESOLVCONF=modify_resolvconf_openwrt
|
||||
RESTORERESOLVCONF=restore_resolvconf_openwrt
|
||||
-elif [ -x /sbin/resolvconf ] && [ "$OS" != "FreeBSD" ]; then # Optional tool on Debian, Ubuntu, Gentoo - but not FreeBSD, it seems to work different
|
||||
+elif [ -x /sbin/resolvconf ]; then # Optional tool on Debian, Ubuntu, Gentoo and FreeBSD
|
||||
MODIFYRESOLVCONF=modify_resolvconf_manager
|
||||
RESTORERESOLVCONF=restore_resolvconf_manager
|
||||
elif [ -x /sbin/netconfig ]; then # tool on Suse after 11.1
|
Loading…
Reference in New Issue
Block a user