diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-08 20:53:05 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-08 20:53:05 +0000 |
commit | 01856ccdc414299bc1f40c5d7a4d3904ddd6adca (patch) | |
tree | 6bf6a2ca8059b78045c8dcb1026d3ad5c754a50d /net/pancho | |
parent | Upgrade to 4.43 which contains mostly bug fixes for the less often (diff) |
upgrade to 3.0
PR: 32598
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=51252
Diffstat (limited to 'net/pancho')
-rw-r--r-- | net/pancho/Makefile | 5 | ||||
-rw-r--r-- | net/pancho/distinfo | 2 | ||||
-rw-r--r-- | net/pancho/files/patch-aa | 12 |
3 files changed, 10 insertions, 9 deletions
diff --git a/net/pancho/Makefile b/net/pancho/Makefile index 97ca031b5f1d..3a2bea4ea993 100644 --- a/net/pancho/Makefile +++ b/net/pancho/Makefile @@ -6,10 +6,10 @@ # PORTNAME= pancho -PORTVERSION= 2.6 +PORTVERSION= 3.0 CATEGORIES= net MASTER_SITES= http://pancho.lunarmedia.net/ -DISTNAME= pancho-v2.6 +DISTNAME= pancho-v${PORTVERSION} MAINTAINER= Nicolas.Jombart@hsc-labs.com @@ -20,6 +20,7 @@ NO_BUILD= YES pre-everything:: .if !defined(WITH_PANCHO_LOGGING) @${ECHO_MSG} "Type \"make WITH_PANCHO_LOGGING=yes\" if you want to enable logging." + @${ECHO_MSG} "Read LOGGING to know how to customize logging." .endif pre-patch: diff --git a/net/pancho/distinfo b/net/pancho/distinfo index 6300ade0f036..2104491ba156 100644 --- a/net/pancho/distinfo +++ b/net/pancho/distinfo @@ -1 +1 @@ -MD5 (pancho-v2.6.tar.gz) = b806b9cdca03247a1200595254711dea +MD5 (pancho-v3.0.tar.gz) = ec4e1507a3fb45e55d3feae6c1594b03 diff --git a/net/pancho/files/patch-aa b/net/pancho/files/patch-aa index 302d0f26475d..c6d7494354ed 100644 --- a/net/pancho/files/patch-aa +++ b/net/pancho/files/patch-aa @@ -1,11 +1,11 @@ ---- pancho.orig Sat Nov 3 16:12:13 2001 -+++ pancho Sat Nov 3 16:13:03 2001 -@@ -34,7 +34,7 @@ +--- pancho.orig Sat Dec 8 12:10:25 2001 ++++ pancho Sat Dec 8 12:11:04 2001 +@@ -35,7 +35,7 @@ - my $logging = ""; # set this to "1" to enable logging + my $logging = ""; # 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 +-my $logfile = ""; # full path to your logfile ++my $logfile = $ENV{HOME}."/pancho.log"; # full path to your logfile ############ NO FURTHER EDITING SHOULD BE REQUIRED. ############ ############ DOING SO IS AT YOUR OWN RISK. ############ |