diff options
author | peter <peter@FreeBSD.org> | 1996-12-04 23:58:30 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-12-04 23:58:30 +0800 |
commit | b2508e566ab59cbaa36966f88959fe3660eaff4e (patch) | |
tree | 877df3fbbd4b56166e9d0d575ff038c20bfcabad | |
parent | 914df8abd7e4e7ab999789c740cc95885503af54 (diff) | |
download | freebsd-ports-gnome-b2508e566ab59cbaa36966f88959fe3660eaff4e.tar.gz freebsd-ports-gnome-b2508e566ab59cbaa36966f88959fe3660eaff4e.tar.zst freebsd-ports-gnome-b2508e566ab59cbaa36966f88959fe3660eaff4e.zip |
Update 1.1.beta25 -> 1.1.beta26
Among the changes:
- remove patch-aa, it's now in the standard distribution
- checks for libgnumalloc for <= FreeBSD-2.1.x systems to avoid the
nasty libc malloc problems.
- more useful data in the logs
- support for poll() syscall with unlimited number of file descriptors
if present instead of select()'s restrictions.
(Standard FreeBSD doesn't yet have poll()..)
- the usual bug fixes
-rw-r--r-- | www/squid/Makefile | 8 | ||||
-rw-r--r-- | www/squid/distinfo | 2 | ||||
-rw-r--r-- | www/squid22/Makefile | 8 | ||||
-rw-r--r-- | www/squid22/distinfo | 2 | ||||
-rw-r--r-- | www/squid23/Makefile | 8 | ||||
-rw-r--r-- | www/squid23/distinfo | 2 | ||||
-rw-r--r-- | www/squid24/Makefile | 8 | ||||
-rw-r--r-- | www/squid24/distinfo | 2 | ||||
-rw-r--r-- | www/squid25/Makefile | 8 | ||||
-rw-r--r-- | www/squid25/distinfo | 2 | ||||
-rw-r--r-- | www/squid26/Makefile | 8 | ||||
-rw-r--r-- | www/squid26/distinfo | 2 | ||||
-rw-r--r-- | www/squid27/Makefile | 8 | ||||
-rw-r--r-- | www/squid27/distinfo | 2 | ||||
-rw-r--r-- | www/squid30/Makefile | 8 | ||||
-rw-r--r-- | www/squid30/distinfo | 2 | ||||
-rw-r--r-- | www/squid31/Makefile | 8 | ||||
-rw-r--r-- | www/squid31/distinfo | 2 |
18 files changed, 45 insertions, 45 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 9efd31a0a429..e0ed354b91e0 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: squid -# Version required: 1.1.beta25 +# Version required: 1.1.beta26 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.9 1996/11/22 14:06:11 peter Exp $ +# $Id: Makefile,v 1.10 1996/12/02 09:52:27 peter Exp $ # -DISTNAME= squid-1.1.beta25 -PKGNAME= squid-1.1b25 +DISTNAME= squid-1.1.beta26 +PKGNAME= squid-1.1b26 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.1.beta/ \ diff --git a/www/squid/distinfo b/www/squid/distinfo index 7f537e9c2f49..b0316a6b16f5 100644 --- a/www/squid/distinfo +++ b/www/squid/distinfo @@ -1 +1 @@ -MD5 (squid-1.1.beta25-src.tar.gz) = e5940187f30292e83d8308670b750848 +MD5 (squid-1.1.beta26-src.tar.gz) = 019ae6e1e1fb9d9cddfafae4240cd76b diff --git a/www/squid22/Makefile b/www/squid22/Makefile index 9efd31a0a429..e0ed354b91e0 100644 --- a/www/squid22/Makefile +++ b/www/squid22/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: squid -# Version required: 1.1.beta25 +# Version required: 1.1.beta26 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.9 1996/11/22 14:06:11 peter Exp $ +# $Id: Makefile,v 1.10 1996/12/02 09:52:27 peter Exp $ # -DISTNAME= squid-1.1.beta25 -PKGNAME= squid-1.1b25 +DISTNAME= squid-1.1.beta26 +PKGNAME= squid-1.1b26 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.1.beta/ \ diff --git a/www/squid22/distinfo b/www/squid22/distinfo index 7f537e9c2f49..b0316a6b16f5 100644 --- a/www/squid22/distinfo +++ b/www/squid22/distinfo @@ -1 +1 @@ -MD5 (squid-1.1.beta25-src.tar.gz) = e5940187f30292e83d8308670b750848 +MD5 (squid-1.1.beta26-src.tar.gz) = 019ae6e1e1fb9d9cddfafae4240cd76b diff --git a/www/squid23/Makefile b/www/squid23/Makefile index 9efd31a0a429..e0ed354b91e0 100644 --- a/www/squid23/Makefile +++ b/www/squid23/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: squid -# Version required: 1.1.beta25 +# Version required: 1.1.beta26 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.9 1996/11/22 14:06:11 peter Exp $ +# $Id: Makefile,v 1.10 1996/12/02 09:52:27 peter Exp $ # -DISTNAME= squid-1.1.beta25 -PKGNAME= squid-1.1b25 +DISTNAME= squid-1.1.beta26 +PKGNAME= squid-1.1b26 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.1.beta/ \ diff --git a/www/squid23/distinfo b/www/squid23/distinfo index 7f537e9c2f49..b0316a6b16f5 100644 --- a/www/squid23/distinfo +++ b/www/squid23/distinfo @@ -1 +1 @@ -MD5 (squid-1.1.beta25-src.tar.gz) = e5940187f30292e83d8308670b750848 +MD5 (squid-1.1.beta26-src.tar.gz) = 019ae6e1e1fb9d9cddfafae4240cd76b diff --git a/www/squid24/Makefile b/www/squid24/Makefile index 9efd31a0a429..e0ed354b91e0 100644 --- a/www/squid24/Makefile +++ b/www/squid24/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: squid -# Version required: 1.1.beta25 +# Version required: 1.1.beta26 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.9 1996/11/22 14:06:11 peter Exp $ +# $Id: Makefile,v 1.10 1996/12/02 09:52:27 peter Exp $ # -DISTNAME= squid-1.1.beta25 -PKGNAME= squid-1.1b25 +DISTNAME= squid-1.1.beta26 +PKGNAME= squid-1.1b26 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.1.beta/ \ diff --git a/www/squid24/distinfo b/www/squid24/distinfo index 7f537e9c2f49..b0316a6b16f5 100644 --- a/www/squid24/distinfo +++ b/www/squid24/distinfo @@ -1 +1 @@ -MD5 (squid-1.1.beta25-src.tar.gz) = e5940187f30292e83d8308670b750848 +MD5 (squid-1.1.beta26-src.tar.gz) = 019ae6e1e1fb9d9cddfafae4240cd76b diff --git a/www/squid25/Makefile b/www/squid25/Makefile index 9efd31a0a429..e0ed354b91e0 100644 --- a/www/squid25/Makefile +++ b/www/squid25/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: squid -# Version required: 1.1.beta25 +# Version required: 1.1.beta26 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.9 1996/11/22 14:06:11 peter Exp $ +# $Id: Makefile,v 1.10 1996/12/02 09:52:27 peter Exp $ # -DISTNAME= squid-1.1.beta25 -PKGNAME= squid-1.1b25 +DISTNAME= squid-1.1.beta26 +PKGNAME= squid-1.1b26 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.1.beta/ \ diff --git a/www/squid25/distinfo b/www/squid25/distinfo index 7f537e9c2f49..b0316a6b16f5 100644 --- a/www/squid25/distinfo +++ b/www/squid25/distinfo @@ -1 +1 @@ -MD5 (squid-1.1.beta25-src.tar.gz) = e5940187f30292e83d8308670b750848 +MD5 (squid-1.1.beta26-src.tar.gz) = 019ae6e1e1fb9d9cddfafae4240cd76b diff --git a/www/squid26/Makefile b/www/squid26/Makefile index 9efd31a0a429..e0ed354b91e0 100644 --- a/www/squid26/Makefile +++ b/www/squid26/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: squid -# Version required: 1.1.beta25 +# Version required: 1.1.beta26 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.9 1996/11/22 14:06:11 peter Exp $ +# $Id: Makefile,v 1.10 1996/12/02 09:52:27 peter Exp $ # -DISTNAME= squid-1.1.beta25 -PKGNAME= squid-1.1b25 +DISTNAME= squid-1.1.beta26 +PKGNAME= squid-1.1b26 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.1.beta/ \ diff --git a/www/squid26/distinfo b/www/squid26/distinfo index 7f537e9c2f49..b0316a6b16f5 100644 --- a/www/squid26/distinfo +++ b/www/squid26/distinfo @@ -1 +1 @@ -MD5 (squid-1.1.beta25-src.tar.gz) = e5940187f30292e83d8308670b750848 +MD5 (squid-1.1.beta26-src.tar.gz) = 019ae6e1e1fb9d9cddfafae4240cd76b diff --git a/www/squid27/Makefile b/www/squid27/Makefile index 9efd31a0a429..e0ed354b91e0 100644 --- a/www/squid27/Makefile +++ b/www/squid27/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: squid -# Version required: 1.1.beta25 +# Version required: 1.1.beta26 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.9 1996/11/22 14:06:11 peter Exp $ +# $Id: Makefile,v 1.10 1996/12/02 09:52:27 peter Exp $ # -DISTNAME= squid-1.1.beta25 -PKGNAME= squid-1.1b25 +DISTNAME= squid-1.1.beta26 +PKGNAME= squid-1.1b26 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.1.beta/ \ diff --git a/www/squid27/distinfo b/www/squid27/distinfo index 7f537e9c2f49..b0316a6b16f5 100644 --- a/www/squid27/distinfo +++ b/www/squid27/distinfo @@ -1 +1 @@ -MD5 (squid-1.1.beta25-src.tar.gz) = e5940187f30292e83d8308670b750848 +MD5 (squid-1.1.beta26-src.tar.gz) = 019ae6e1e1fb9d9cddfafae4240cd76b diff --git a/www/squid30/Makefile b/www/squid30/Makefile index 9efd31a0a429..e0ed354b91e0 100644 --- a/www/squid30/Makefile +++ b/www/squid30/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: squid -# Version required: 1.1.beta25 +# Version required: 1.1.beta26 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.9 1996/11/22 14:06:11 peter Exp $ +# $Id: Makefile,v 1.10 1996/12/02 09:52:27 peter Exp $ # -DISTNAME= squid-1.1.beta25 -PKGNAME= squid-1.1b25 +DISTNAME= squid-1.1.beta26 +PKGNAME= squid-1.1b26 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.1.beta/ \ diff --git a/www/squid30/distinfo b/www/squid30/distinfo index 7f537e9c2f49..b0316a6b16f5 100644 --- a/www/squid30/distinfo +++ b/www/squid30/distinfo @@ -1 +1 @@ -MD5 (squid-1.1.beta25-src.tar.gz) = e5940187f30292e83d8308670b750848 +MD5 (squid-1.1.beta26-src.tar.gz) = 019ae6e1e1fb9d9cddfafae4240cd76b diff --git a/www/squid31/Makefile b/www/squid31/Makefile index 9efd31a0a429..e0ed354b91e0 100644 --- a/www/squid31/Makefile +++ b/www/squid31/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: squid -# Version required: 1.1.beta25 +# Version required: 1.1.beta26 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.9 1996/11/22 14:06:11 peter Exp $ +# $Id: Makefile,v 1.10 1996/12/02 09:52:27 peter Exp $ # -DISTNAME= squid-1.1.beta25 -PKGNAME= squid-1.1b25 +DISTNAME= squid-1.1.beta26 +PKGNAME= squid-1.1b26 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.1.beta/ \ diff --git a/www/squid31/distinfo b/www/squid31/distinfo index 7f537e9c2f49..b0316a6b16f5 100644 --- a/www/squid31/distinfo +++ b/www/squid31/distinfo @@ -1 +1 @@ -MD5 (squid-1.1.beta25-src.tar.gz) = e5940187f30292e83d8308670b750848 +MD5 (squid-1.1.beta26-src.tar.gz) = 019ae6e1e1fb9d9cddfafae4240cd76b |