diff options
author | obraun <obraun@FreeBSD.org> | 2002-10-31 22:42:56 +0000 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2002-10-31 22:42:56 +0000 |
commit | 8985c7f347b50d2e3f79ea89d0acb3468470901e (patch) | |
tree | 483695cac0b13cd042417c7e6df8b981d78fab5d /www | |
parent | 09c69a0aeb15cd8f15a8b131d70a25aeff79f349 (diff) | |
download | FreeBSD-ports-8985c7f347b50d2e3f79ea89d0acb3468470901e.zip FreeBSD-ports-8985c7f347b50d2e3f79ea89d0acb3468470901e.tar.gz |
Upgrade to 5.10.
Diffstat (limited to 'www')
-rw-r--r-- | www/swish++/Makefile | 2 | ||||
-rw-r--r-- | www/swish++/distinfo | 2 | ||||
-rw-r--r-- | www/swish++/files/patch-config::config.mk | 20 |
3 files changed, 12 insertions, 12 deletions
diff --git a/www/swish++/Makefile b/www/swish++/Makefile index f98e1c1..e7b1cb7 100644 --- a/www/swish++/Makefile +++ b/www/swish++/Makefile @@ -7,7 +7,7 @@ # PORTNAME= swish++ -PORTVERSION= 5.9.6 +PORTVERSION= 5.10 CATEGORIES= www textproc MASTER_SITES= http://homepage.mac.com/pauljlucas/software/ diff --git a/www/swish++/distinfo b/www/swish++/distinfo index 319daf4..34f500d 100644 --- a/www/swish++/distinfo +++ b/www/swish++/distinfo @@ -1 +1 @@ -MD5 (swish++-5.9.6.tar.gz) = 135b0a1654f4d1ee499c7d32b1f03cd9 +MD5 (swish++-5.10.tar.gz) = eabda22f9ef2d2ba10263f0c58e18103 diff --git a/www/swish++/files/patch-config::config.mk b/www/swish++/files/patch-config::config.mk index 0044088..0c8e94b 100644 --- a/www/swish++/files/patch-config::config.mk +++ b/www/swish++/files/patch-config::config.mk @@ -1,17 +1,17 @@ ---- config/config.mk.orig Wed Feb 6 08:53:53 2002 -+++ config/config.mk Tue Apr 16 17:46:26 2002 -@@ -35,8 +35,8 @@ +--- config/config.mk.orig Thu Oct 31 23:24:59 2002 ++++ config/config.mk Thu Oct 31 23:27:02 2002 +@@ -33,8 +33,8 @@ # ############################################################################### -#FREE_BSD:= -DFreeBSD --LINUX:= -DLinux +-LINUX:= -DLinux -D_BSD_SOURCE +FREE_BSD:= -DFreeBSD -+#LINUX:= -DLinux ++#LINUX:= -DLinux -D_BSD_SOURCE + #MAC_OS_X:= -DMacOSX #SOLARIS:= -DSolaris #WIN32:= -DWIN32 - -@@ -87,7 +87,6 @@ +@@ -99,7 +99,6 @@ ifdef SEARCH_DAEMON ifdef FREE_BSD @@ -19,7 +19,7 @@ else PTHREAD_LIB:= -lpthread endif -@@ -118,7 +117,7 @@ +@@ -130,7 +129,7 @@ # The command to remove files recursively and ignore errors; # usually "rm -fr" for Unix or "erase" for Windows. @@ -28,7 +28,7 @@ # The full path to the Perl 5 executable; usually "/bin/perl" or # "/usr/local/bin/perl" for Unix or "\Perl\bin\perl" for # Windows. You need this only if you intend on using -@@ -152,7 +151,7 @@ +@@ -164,7 +163,7 @@ ifdef DEBUG OPTIM:= -g else @@ -37,7 +37,7 @@ # The optimization level. Many compilers allow a digit after the # O to specify the level of optimization; if so, set yours to the # highest number your compiler allows without eliciting problems -@@ -195,7 +194,7 @@ +@@ -208,7 +207,7 @@ INSTALL:= $(ROOT)/install-sh # Install command; usually "$(ROOT)/install-sh". |