diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-12-09 04:53:05 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-12-09 04:53:05 +0800 |
commit | 2513e4b47b7d296a1d46c54d789f91c3ebac635e (patch) | |
tree | af4b4fd407f56e45e27022979c0725c1e8702e6f /net-mgmt/pancho | |
parent | 45806ca124a5ce482b991df8e5ee1f5df1218dd3 (diff) | |
download | freebsd-ports-gnome-2513e4b47b7d296a1d46c54d789f91c3ebac635e.tar.gz freebsd-ports-gnome-2513e4b47b7d296a1d46c54d789f91c3ebac635e.tar.zst freebsd-ports-gnome-2513e4b47b7d296a1d46c54d789f91c3ebac635e.zip |
upgrade to 3.0
PR: 32598
Submitted by: maintainer
Diffstat (limited to 'net-mgmt/pancho')
-rw-r--r-- | net-mgmt/pancho/Makefile | 5 | ||||
-rw-r--r-- | net-mgmt/pancho/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/pancho/files/patch-aa | 12 |
3 files changed, 10 insertions, 9 deletions
diff --git a/net-mgmt/pancho/Makefile b/net-mgmt/pancho/Makefile index 97ca031b5f1d..3a2bea4ea993 100644 --- a/net-mgmt/pancho/Makefile +++ b/net-mgmt/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-mgmt/pancho/distinfo b/net-mgmt/pancho/distinfo index 6300ade0f036..2104491ba156 100644 --- a/net-mgmt/pancho/distinfo +++ b/net-mgmt/pancho/distinfo @@ -1 +1 @@ -MD5 (pancho-v2.6.tar.gz) = b806b9cdca03247a1200595254711dea +MD5 (pancho-v3.0.tar.gz) = ec4e1507a3fb45e55d3feae6c1594b03 diff --git a/net-mgmt/pancho/files/patch-aa b/net-mgmt/pancho/files/patch-aa index 302d0f26475d..c6d7494354ed 100644 --- a/net-mgmt/pancho/files/patch-aa +++ b/net-mgmt/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. ############ |