diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-01-02 08:54:13 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-01-02 08:54:13 +0000 |
commit | 3d0dcc46ab28c7878935e64dfe02556912e62702 (patch) | |
tree | 181d1b6872876f32cf58ed1d2d107df2d1644a6a /www | |
parent | 47f7062f8daf1af7f064d90f971d4749a42363e2 (diff) | |
download | ports-3d0dcc46ab28c7878935e64dfe02556912e62702.tar.gz ports-3d0dcc46ab28c7878935e64dfe02556912e62702.zip |
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
Notes
Notes:
svn path=/head/; revision=181262
Diffstat (limited to 'www')
-rw-r--r-- | www/cherokee-devel/Makefile | 4 | ||||
-rw-r--r-- | www/cherokee/Makefile | 4 | ||||
-rw-r--r-- | www/gurlchecker/Makefile | 4 | ||||
-rw-r--r-- | www/hydra/Makefile | 4 | ||||
-rw-r--r-- | www/kazehakase/Makefile | 3 | ||||
-rw-r--r-- | www/retawq/Makefile | 4 | ||||
-rw-r--r-- | www/wwwoffle/Makefile | 4 |
7 files changed, 14 insertions, 13 deletions
diff --git a/www/cherokee-devel/Makefile b/www/cherokee-devel/Makefile index c8c01cdbfe5d..819d66185898 100644 --- a/www/cherokee-devel/Makefile +++ b/www/cherokee-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= cherokee PORTVERSION= 0.5.6 -PORTREVISION= +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.cherokee-project.com/download/%SUBDIR%/ \ http://www.alaskaparadise.com/freebsd/ @@ -44,7 +44,7 @@ LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} .include <bsd.port.pre.mk> .if !defined(WITHOUT_GNUTLS) -LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --enable-tls=gnutls .endif diff --git a/www/cherokee/Makefile b/www/cherokee/Makefile index c8c01cdbfe5d..819d66185898 100644 --- a/www/cherokee/Makefile +++ b/www/cherokee/Makefile @@ -7,7 +7,7 @@ PORTNAME= cherokee PORTVERSION= 0.5.6 -PORTREVISION= +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.cherokee-project.com/download/%SUBDIR%/ \ http://www.alaskaparadise.com/freebsd/ @@ -44,7 +44,7 @@ LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} .include <bsd.port.pre.mk> .if !defined(WITHOUT_GNUTLS) -LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --enable-tls=gnutls .endif diff --git a/www/gurlchecker/Makefile b/www/gurlchecker/Makefile index b6e37d987a68..58b43b616f1a 100644 --- a/www/gurlchecker/Makefile +++ b/www/gurlchecker/Makefile @@ -7,7 +7,7 @@ PORTNAME= gurlchecker PORTVERSION= 0.8.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www gnome MASTER_SITES= http://labs.libre-entreprise.org/frs/download.php/%SUBDIR%/ MASTER_SITE_SUBDIR= 423 @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= 423 MAINTAINER= ports@FreeBSD.org COMMENT= A Gnome program to check a page/website for broken links -LIB_DEPENDS= gnutls.13:${PORTSDIR}/security/gnutls \ +LIB_DEPENDS= gnutls.15:${PORTSDIR}/security/gnutls \ gnet-2.0.0:${PORTSDIR}/net/gnet2 USE_X_PREFIX= yes diff --git a/www/hydra/Makefile b/www/hydra/Makefile index fba18b554014..a2bd015271aa 100644 --- a/www/hydra/Makefile +++ b/www/hydra/Makefile @@ -8,7 +8,7 @@ PORTNAME= hydra PORTVERSION= 0.1.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ \ ftp://ftp.hellug.gr/pub/software/hydra/ @@ -16,7 +16,7 @@ MASTER_SITES= http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ \ MAINTAINER= shaun@FreeBSD.org COMMENT= A high performance multi-threaded web server -LIB_DEPENDS= gnutls.13:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.15:${PORTSDIR}/security/gnutls USE_RC_SUBR= hydra.sh diff --git a/www/kazehakase/Makefile b/www/kazehakase/Makefile index 540b0d8adb56..0bb6ac638b8a 100644 --- a/www/kazehakase/Makefile +++ b/www/kazehakase/Makefile @@ -8,6 +8,7 @@ PORTNAME= kazehakase PORTVERSION= 0.4.3 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= ${PORTNAME}/22887 @@ -15,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}/22887 MAINTAINER= ahze@FreeBSD.org COMMENT= Kazehakase is a browser with gecko engine like Epiphany or Galeon -LIB_DEPENDS= gnutls.13:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.15:${PORTSDIR}/security/gnutls USE_X_PREFIX= yes USE_GNOME= gnomehack intlhack gnomeprefix gtk20 diff --git a/www/retawq/Makefile b/www/retawq/Makefile index 0137de13c463..39fffeb5d45e 100644 --- a/www/retawq/Makefile +++ b/www/retawq/Makefile @@ -8,7 +8,7 @@ PORTNAME= retawq DISTVERSION= 0.2.6c -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -34,7 +34,7 @@ CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --set-tls=1 .elif defined(WITH_OPENSSL) USE_OPENSSL= yes diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index 5f09e1feabe6..baaceaa70a88 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -7,7 +7,7 @@ PORTNAME= wwwoffle PORTVERSION= 2.9a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www ipv6 MASTER_SITES= http://www.gedanken.freeserve.co.uk/download-wwwoffle/ EXTRACT_SUFX= .tgz @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= sumikawa@FreeBSD.org COMMENT= A caching proxy server for HTTP and FTP designed for dial-up hosts -LIB_DEPENDS= gnutls.13:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.15:${PORTSDIR}/security/gnutls USE_PERL5= yes USE_GMAKE= yes |