Bug 181868 - Update and adoption of out-of-date and orphaned port x11/xtrlock
Summary: Update and adoption of out-of-date and orphaned port x11/xtrlock
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-06 13:00 UTC by A.J. "Fonz" van Werven
Modified: 2013-09-06 16:40 UTC (History)
0 users

See Also:


Attachments
file.diff (975 bytes, patch)
2013-09-06 13:00 UTC, A.J. "Fonz" van Werven
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description A.J. "Fonz" van Werven 2013-09-06 13:00:00 UTC
The port x11/xtrlock has been reported to be out of date and has been orphaned. I have updated the port to the new version (2.2 -> 2.3) and volunteer to take maintainership.

The included patch is a recursive diff containing the necessary changes to Makefile and distinfo.

Fix: Patch attached with submission follows:
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-09-06 13:17:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-09-06 16:30:12 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-09-06 16:30:15 UTC
Author: wg
Date: Fri Sep  6 15:30:07 2013
New Revision: 326514
URL: http://svnweb.freebsd.org/changeset/ports/326514

Log:
  x11/xtrlock: update to 2.3
  
  - Update to 2.3
  - Pass maintainership to submitter
  
  PR:		ports/181868
  Submitted by:	A.J. 'Fonz' van Werven <freebsd skysmurf.nl>

Modified:
  head/x11/xtrlock/Makefile
  head/x11/xtrlock/distinfo

Modified: head/x11/xtrlock/Makefile
==============================================================================
--- head/x11/xtrlock/Makefile	Fri Sep  6 15:28:27 2013	(r326513)
+++ head/x11/xtrlock/Makefile	Fri Sep  6 15:30:07 2013	(r326514)
@@ -2,13 +2,12 @@
 # $FreeBSD$
 
 PORTNAME=	xtrlock
-PORTVERSION=	2.2
-PORTREVISION=	1
+PORTVERSION=	2.3
 CATEGORIES=	x11
 MASTER_SITES=	DEBIAN
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	freebsd@skysmurf.nl
 COMMENT=	X Transparent Lock
 
 LICENSE=	GPLv2 # (or later)

Modified: head/x11/xtrlock/distinfo
==============================================================================
--- head/x11/xtrlock/distinfo	Fri Sep  6 15:28:27 2013	(r326513)
+++ head/x11/xtrlock/distinfo	Fri Sep  6 15:30:07 2013	(r326514)
@@ -1,2 +1,2 @@
-SHA256 (xtrlock_2.2.tar.gz) = eed63851f4ad9f3026fd0a73767c8d2e5e2b973e050d271be6ec5086faa11ef6
-SIZE (xtrlock_2.2.tar.gz) = 20716
+SHA256 (xtrlock_2.3.tar.gz) = f17a46b8981b993421955ce0a3684b500f5a1d89c4667be680149fed63c356cc
+SIZE (xtrlock_2.3.tar.gz) = 20299
_______________________________________________
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"