Currently the distfile has no mirror. I'm mirroring it now, hence the update. Fix: Patch attached with submission follows:
Class Changed From-To: maintainer-update->change-request Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool)
Maintainer of x11/xtrlock, Please note that PR ports/182020 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182020 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Edwin Groothuis wrote: > Maintainer of x11/xtrlock, > > Please note that PR ports/182020 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182020 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org Submitted it myself. AvW -- I'm not completely useless, I can be used as a bad example.
Responsible Changed From-To: freebsd-ports-bugs->sunpoet I'll take it.
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@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@skysmurf.nl COMMENT= X Transparent Lock -LICENSE= GPLv2 # (or later) +LICENSE= GPLv2 GPLv3 # GPLv2 or later +LICENSE_COMB= dual WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!