mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
upgrade to 5.4.0
PR: 40063 Submitted by: Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
parent
861bc6d627
commit
129c2df17b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62270
4 changed files with 7 additions and 6 deletions
|
@ -6,17 +6,17 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= libwww
|
PORTNAME= libwww
|
||||||
PORTVERSION= 5.3.2
|
PORTVERSION= 5.4.0
|
||||||
CATEGORIES= www devel
|
CATEGORIES= www devel
|
||||||
MASTER_SITES= http://www.w3.org/Library/Distribution/
|
MASTER_SITES= http://www.w3.org/Library/Distribution/
|
||||||
DISTNAME= w3c-${PKGNAME}
|
DISTNAME= w3c-${PKGNAME}
|
||||||
|
EXTRACT_SUFX= .tgz
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
|
||||||
USE_LIBTOOL= yes
|
USE_LIBTOOL= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
CONFIGURE_ARGS= --enable-shared --enable-static --with-zlib
|
CONFIGURE_ARGS= --enable-shared --enable-static --with-zlib
|
||||||
DOCDIR= ${PREFIX}/share/doc/libwww
|
|
||||||
MAKE_ENV= objformat=${PORTOBJFORMAT}
|
MAKE_ENV= objformat=${PORTOBJFORMAT}
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (w3c-libwww-5.3.2.tar.gz) = 9bff5c3269d959a49aaf667977676880
|
MD5 (w3c-libwww-5.4.0.tgz) = c3734ca6caa405707e134cc8c6d7e422
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- Library/src/HTMIMImp.c.orig Sat Apr 5 09:26:21 1997
|
--- Library/src/HTMIMImp.c.orig Sun Jun 30 22:51:48 2002
|
||||||
+++ Library/src/HTMIMImp.c Tue May 6 01:15:02 1997
|
+++ Library/src/HTMIMImp.c Sun Jun 30 22:52:01 2002
|
||||||
@@ -213,7 +213,7 @@
|
@@ -226,7 +226,7 @@
|
||||||
int value = deflt;
|
int value = deflt;
|
||||||
if (start != NULL) {
|
if (start != NULL) {
|
||||||
start += strlen(needle);
|
start += strlen(needle);
|
||||||
|
|
|
@ -22,6 +22,7 @@ include/w3c-libwww/HTChannl.h
|
||||||
include/w3c-libwww/HTChunk.h
|
include/w3c-libwww/HTChunk.h
|
||||||
include/w3c-libwww/HTConLen.h
|
include/w3c-libwww/HTConLen.h
|
||||||
include/w3c-libwww/HTCookie.h
|
include/w3c-libwww/HTCookie.h
|
||||||
|
include/w3c-libwww/HTDAV.h
|
||||||
include/w3c-libwww/HTDNS.h
|
include/w3c-libwww/HTDNS.h
|
||||||
include/w3c-libwww/HTDemux.h
|
include/w3c-libwww/HTDemux.h
|
||||||
include/w3c-libwww/HTDescpt.h
|
include/w3c-libwww/HTDescpt.h
|
||||||
|
|
Loading…
Add table
Reference in a new issue