Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2014 22:16:29 +0000 (UTC)
From:      Tom Judge <tj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345556 - head/www/mod_auth_mellon
Message-ID:  <201402212216.s1LMGTUD089352@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402212216.s1LMGTUD089352>