Bug 187257 - [PATCH] x11/xtrlock version update by maintainer
Summary: [PATCH] x11/xtrlock version update by maintainer
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: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-04 15:40 UTC by A.J. "Fonz" van Werven
Modified: 2014-03-05 17:40 UTC (History)
0 users

See Also:


Attachments
file.diff (854 bytes, patch)
2014-03-04 15:40 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 2014-03-04 15:40:03 UTC
This port can be updated to a new version. Patch attached, port checked with Portlint, distfile mirrored.

Fix: Apply attached patch (in /usr/ports/x11).

Patch attached with submission follows:
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2014-03-04 15:53:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-05 17:30:13 UTC
Author: culot
Date: Wed Mar  5 17:30:05 2014
New Revision: 347125
URL: http://svnweb.freebsd.org/changeset/ports/347125
QAT: https://qat.redports.org/buildarchive/r347125/

Log:
  - Update to 2.6 [1]
  - Pet portlint(1) by removing unnecessary MAN1 entry
  
  PR:		ports/187257 [1]
  Submitted by:	A.J. van Werven <freebsd@skysmurf.nl> (maintainer)

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

Modified: head/x11/xtrlock/Makefile
==============================================================================
--- head/x11/xtrlock/Makefile	Wed Mar  5 17:27:27 2014	(r347124)
+++ head/x11/xtrlock/Makefile	Wed Mar  5 17:30:05 2014	(r347125)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xtrlock
-PORTVERSION=	2.3
+PORTVERSION=	2.6
 CATEGORIES=	x11
 MASTER_SITES=	DEBIAN \
 		http://www.skysmurf.nl/comp/FreeBSD/distfiles/
@@ -21,7 +21,6 @@ USE_XORG=	x11
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -lX11 -lcrypt
 
-MAN1=		xtrlock.1
 PLIST_FILES=	bin/xtrlock man/man1/${PORTNAME}.1.gz
 BINMODE=	4555
 

Modified: head/x11/xtrlock/distinfo
==============================================================================
--- head/x11/xtrlock/distinfo	Wed Mar  5 17:27:27 2014	(r347124)
+++ head/x11/xtrlock/distinfo	Wed Mar  5 17:30:05 2014	(r347125)
@@ -1,2 +1,2 @@
-SHA256 (xtrlock_2.3.tar.gz) = f17a46b8981b993421955ce0a3684b500f5a1d89c4667be680149fed63c356cc
-SIZE (xtrlock_2.3.tar.gz) = 20299
+SHA256 (xtrlock_2.6.tar.gz) = f0acccd39b9beedf1244434045e243cf515ba8653964fe6f3fb9187c640cc3bb
+SIZE (xtrlock_2.6.tar.gz) = 20814
_______________________________________________
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"
Comment 3 Frederic Culot freebsd_committer freebsd_triage 2014-03-05 17:40:46 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!