diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2011-08-19 01:40:52 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2011-08-19 01:40:52 +0000 |
commit | 60f9f0361ea0fa346d02b62c32662e0b4042e3b5 (patch) | |
tree | 891075e58818d9621d1cf89152651276177b18bf /www/mod_gnutls/Makefile | |
parent | 5e764ca46e5bf34fcecacbfc3424793f1bc6312a (diff) | |
download | ports-60f9f0361ea0fa346d02b62c32662e0b4042e3b5.tar.gz ports-60f9f0361ea0fa346d02b62c32662e0b4042e3b5.zip |
Update to 0.5.10
Pacify portlint(1)
PR: ports/159828
Submitted by: Fumiyuki Shimizu <fumifumi@abacustech.jp> (maintainer)
Approved by: wxs, tabthorpe (mentors, implicit)
Notes
Notes:
svn path=/head/; revision=279999
Diffstat (limited to 'www/mod_gnutls/Makefile')
-rw-r--r-- | www/mod_gnutls/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/www/mod_gnutls/Makefile b/www/mod_gnutls/Makefile index 57a5f18a6d87..3aed7461605c 100644 --- a/www/mod_gnutls/Makefile +++ b/www/mod_gnutls/Makefile @@ -6,14 +6,18 @@ # PORTNAME= mod_gnutls -PORTVERSION= 0.5.9 +PORTVERSION= 0.5.10 CATEGORIES= www security -MASTER_SITES= http://www.outoforder.cc/downloads/mod_gnutls/ +MASTER_SITES= http://modgnutls.sourceforge.net/downloads/ \ + http://www.outoforder.cc/downloads/mod_gnutls/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} MAINTAINER= fumifumi@abacustech.jp COMMENT= mod_gnutls uses the GnuTLS library to provide SSL, and TLS encryption for Apache HTTPD +LICENSE= ASL +LICENSE_FILE= ${WRKSRC}/LICENSE + LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls USE_BZIP2= yes @@ -21,10 +25,7 @@ USE_AUTOTOOLS= libtool USE_APACHE= 2.0+ GNU_CONFIGURE= yes -LICENSE= ASL -LICENSE_FILE= ${WRKSRC}/LICENSE - -DOCS= LICENSE NEWS README README.ENV +DOCS= LICENSE NEWS README README.ENV .include <bsd.port.pre.mk> |