mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
upgrade to 3.0
PR: 32598 Submitted by: maintainer
This commit is contained in:
parent
a560d71a38
commit
01856ccdc4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51252
@ -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:
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pancho-v2.6.tar.gz) = b806b9cdca03247a1200595254711dea
|
||||
MD5 (pancho-v3.0.tar.gz) = ec4e1507a3fb45e55d3feae6c1594b03
|
||||
|
@ -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. ############
|
||||
|
@ -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:
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pancho-v2.6.tar.gz) = b806b9cdca03247a1200595254711dea
|
||||
MD5 (pancho-v3.0.tar.gz) = ec4e1507a3fb45e55d3feae6c1594b03
|
||||
|
@ -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. ############
|
||||
|
Loading…
Reference in New Issue
Block a user