svn commit: r345556 - head/www/mod_auth_mellon

Tom Judge tj at FreeBSD.org
Fri Feb 21 22:16:30 UTC 2014


Author: tj
Date: Fri Feb 21 22:16:29 2014
New Revision: 345556
URL: http://svnweb.freebsd.org/changeset/ports/345556
QAT: https://qat.redports.org/buildarchive/r345556/

Log:
  Add license and remove so version from lib_depends

Modified:
  head/www/mod_auth_mellon/Makefile

Modified: head/www/mod_auth_mellon/Makefile
==============================================================================
--- head/www/mod_auth_mellon/Makefile	Fri Feb 21 22:13:16 2014	(r345555)
+++ head/www/mod_auth_mellon/Makefile	Fri Feb 21 22:16:29 2014	(r345556)
@@ -3,6 +3,7 @@
 
 PORTNAME=		mod_auth_mellon
 PORTVERSION=		0.7.0
+PORTREVISION=		1
 CATEGORIES=		www
 MASTER_SITES=		http://modmellon.googlecode.com/files/
 DIST_SUBDIR=		apache2
@@ -10,7 +11,9 @@ DIST_SUBDIR=		apache2
 MAINTAINER=		tj at FreeBSD.org
 COMMENT=		Apache auth module for identifying SSO users
 
-LIB_DEPENDS=		lasso.8:${PORTSDIR}/security/lasso \
+LICENSE=		GPLv2
+
+LIB_DEPENDS=		lasso:${PORTSDIR}/security/lasso \
 			curl:${PORTSDIR}/ftp/curl
 
 USES=			pkgconfig


More information about the svn-ports-all mailing list