svn commit: r327224 - head/x11/xtrlock

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Sep 14 06:51:04 UTC 2013


Author: sunpoet
Date: Sat Sep 14 06:51:03 2013
New Revision: 327224
URL: http://svnweb.freebsd.org/changeset/ports/327224

Log:
  - Update MASTER_SITES: add mirror site
  - While I'm here, update LICENSE
  
  PR:		ports/182020
  Submitted by:	A. J. <freebsd at skysmurf.nl> (maintainer)

Modified:
  head/x11/xtrlock/Makefile

Modified: head/x11/xtrlock/Makefile
==============================================================================
--- head/x11/xtrlock/Makefile	Sat Sep 14 06:50:59 2013	(r327223)
+++ head/x11/xtrlock/Makefile	Sat Sep 14 06:51:03 2013	(r327224)
@@ -4,13 +4,15 @@
 PORTNAME=	xtrlock
 PORTVERSION=	2.3
 CATEGORIES=	x11
-MASTER_SITES=	DEBIAN
+MASTER_SITES=	DEBIAN \
+		http://www.skysmurf.nl/comp/FreeBSD/distfiles/
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
 MAINTAINER=	freebsd at skysmurf.nl
 COMMENT=	X Transparent Lock
 
-LICENSE=	GPLv2 # (or later)
+LICENSE=	GPLv2 GPLv3	# GPLv2 or later
+LICENSE_COMB=	dual
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 


More information about the svn-ports-all mailing list