Bug 180972 - [Maintainer update] ports-mgmt/xps
Summary: [Maintainer update] ports-mgmt/xps
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-07-31 16:40 UTC by serpent7776
Modified: 2013-08-01 15:53 UTC (History)
0 users

See Also:


Attachments
file.diff (1.46 KB, patch)
2013-07-31 16:40 UTC, serpent7776
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description serpent7776 2013-07-31 16:40:00 UTC
updated port to 0.5.2

- new switch -u [yes|no]: print ports that can/cannot be updated
- new port status u: port can be updated

Fix: Patch attached with submission follows:
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-08-01 15:27:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-08-01 15:39:17 UTC
Author: wg
Date: Thu Aug  1 14:39:03 2013
New Revision: 324108
URL: http://svnweb.freebsd.org/changeset/ports/324108

Log:
  ports-mgmt/xps: update to 0.5.2
  
  - Update to 0.5.2
  - Set WWW to new upstream
  
  Changes: https://github.com/serpent7776/xps/commits/master
  
  PR:		ports/180972
  Submitted by:	Serpent <serpent7776 gmail.com> (maintainer)

Modified:
  head/ports-mgmt/xps/Makefile
  head/ports-mgmt/xps/distinfo
  head/ports-mgmt/xps/pkg-descr

Modified: head/ports-mgmt/xps/Makefile
==============================================================================
--- head/ports-mgmt/xps/Makefile	Thu Aug  1 13:49:39 2013	(r324107)
+++ head/ports-mgmt/xps/Makefile	Thu Aug  1 14:39:03 2013	(r324108)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xps
-PORTVERSION=	0.4.1
+PORTVERSION=	0.5.2
 CATEGORIES=	ports-mgmt
 
 MAINTAINER=	serpent7776@gmail.com
@@ -11,8 +11,8 @@ COMMENT=	Tool that searches the ports tr
 LICENSE=	MIT
 
 USE_GITHUB=	yes
-GH_ACCOUNT=	antanst
-GH_COMMIT=	997c66f
+GH_ACCOUNT=	serpent7776
+GH_COMMIT=	719165b
 
 USE_PYTHON=	yes
 NO_BUILD=	yes

Modified: head/ports-mgmt/xps/distinfo
==============================================================================
--- head/ports-mgmt/xps/distinfo	Thu Aug  1 13:49:39 2013	(r324107)
+++ head/ports-mgmt/xps/distinfo	Thu Aug  1 14:39:03 2013	(r324108)
@@ -1,2 +1,2 @@
-SHA256 (xps-0.4.1.tar.gz) = 1da358b2e5cf3739b4e062abc1e23c1ad7c66ba4714bd7a0654a0749b210513f
-SIZE (xps-0.4.1.tar.gz) = 8762
+SHA256 (xps-0.5.2.tar.gz) = 6b84dbc4454a50ef41acac42ce6298c60faa7da24bfa3a04da9173c3ae4d6054
+SIZE (xps-0.5.2.tar.gz) = 9746

Modified: head/ports-mgmt/xps/pkg-descr
==============================================================================
--- head/ports-mgmt/xps/pkg-descr	Thu Aug  1 13:49:39 2013	(r324107)
+++ head/ports-mgmt/xps/pkg-descr	Thu Aug  1 14:39:03 2013	(r324108)
@@ -4,4 +4,4 @@ pretty-prints the ports that match the g
 The criteria can be the port's name, categories, maintainer, and if it is
 installed or not.
 
-WWW: https://github.com/antanst/xps
+WWW: https://github.com/serpent7776/xps
_______________________________________________
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 William Grzybowski freebsd_committer freebsd_triage 2013-08-01 15:53:21 UTC
State Changed
From-To: open->closed

Committed. Thanks!