1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

Update to 3.2

PR:		33569
Submitted by:	maintainer
This commit is contained in:
Patrick Li 2002-01-05 12:13:28 +00:00
parent b55bc1f41b
commit 0fb7447e28
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52626
6 changed files with 18 additions and 12 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= pancho
PORTVERSION= 3.0
PORTVERSION= 3.2
CATEGORIES= net
MASTER_SITES= http://pancho.lunarmedia.net/
DISTNAME= pancho-v${PORTVERSION}

View File

@ -1 +1 @@
MD5 (pancho-v3.0.tar.gz) = ec4e1507a3fb45e55d3feae6c1594b03
MD5 (pancho-v3.2.tar.gz) = 103310533f50c6a9e12ffeb2ad7f0170

View File

@ -1,8 +1,11 @@
--- pancho.orig Sat Dec 8 12:10:25 2001
+++ pancho Sat Dec 8 12:11:04 2001
@@ -35,7 +35,7 @@
--- pancho.orig Fri Jan 4 23:33:48 2002
+++ pancho Fri Jan 4 23:39:30 2002
@@ -33,9 +33,9 @@
my $logging = ""; # set this to "1" to enable logging
my @devices = qw(); # list of network devices
-my $logging = ""; # set this to "1" to enable logging
+my $logging = "1"; # set this to "1" to enable logging
-my $logfile = ""; # full path to your logfile
+my $logfile = $ENV{HOME}."/pancho.log"; # full path to your logfile

View File

@ -6,7 +6,7 @@
#
PORTNAME= pancho
PORTVERSION= 3.0
PORTVERSION= 3.2
CATEGORIES= net
MASTER_SITES= http://pancho.lunarmedia.net/
DISTNAME= pancho-v${PORTVERSION}

View File

@ -1 +1 @@
MD5 (pancho-v3.0.tar.gz) = ec4e1507a3fb45e55d3feae6c1594b03
MD5 (pancho-v3.2.tar.gz) = 103310533f50c6a9e12ffeb2ad7f0170

View File

@ -1,8 +1,11 @@
--- pancho.orig Sat Dec 8 12:10:25 2001
+++ pancho Sat Dec 8 12:11:04 2001
@@ -35,7 +35,7 @@
--- pancho.orig Fri Jan 4 23:33:48 2002
+++ pancho Fri Jan 4 23:39:30 2002
@@ -33,9 +33,9 @@
my $logging = ""; # set this to "1" to enable logging
my @devices = qw(); # list of network devices
-my $logging = ""; # set this to "1" to enable logging
+my $logging = "1"; # set this to "1" to enable logging
-my $logfile = ""; # full path to your logfile
+my $logfile = $ENV{HOME}."/pancho.log"; # full path to your logfile