Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jan 2013 04:03:30 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311148 - head/ports-mgmt/xps
Message-ID:  <201301290403.r0T43Un0045150@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Tue Jan 29 04:03:29 2013
New Revision: 311148
URL: http://svnweb.freebsd.org/changeset/ports/311148

Log:
  - Update to version 0.4.1 [*]
  - Convert to USE_GITHUB, define LICENSE (MIT)
  - Clean up the Makefile and port description
  
  PR:		ports/175354 [*]
  Submitted by:	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	Tue Jan 29 03:41:30 2013	(r311147)
+++ head/ports-mgmt/xps/Makefile	Tue Jan 29 04:03:29 2013	(r311148)
@@ -1,28 +1,27 @@
-# New ports collection makefile for:   xps
-# Date created:        4 December 2008
-# Whom:                antonakis@gmail.com
-#
+# Created by: Antonios Anastasiadis <antonakis@gmail.com>
 # $FreeBSD$
 
 PORTNAME=	xps
-PORTVERSION=	0.4
+PORTVERSION=	0.4.1
 CATEGORIES=	ports-mgmt
-MASTER_SITES=	https://github.com/antanst/xps/archive/
-DISTFILES=	v0.4.tar.gz
-FETCH_ARGS=	-Fpr
-  
+
 MAINTAINER=	anastasiadis@datalive.gr
-COMMENT=	A tool that searches the ports tree by various criteria
+COMMENT=	Tool that searches the ports tree by various criteria
+
+LICENSE=	MIT
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	antanst
+GH_COMMIT=	997c66f
 
 USE_PYTHON=	yes
 NO_BUILD=	yes
 
 PLIST_FILES=	bin/xps
-
-MAN1=	xps.1
+MAN1=		xps.1
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/xps.1 ${PREFIX}/man/man1/xps.1
-	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/xps ${PREFIX}/bin/xps
+	${INSTALL_SCRIPT} ${WRKSRC}/xps ${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>

Modified: head/ports-mgmt/xps/distinfo
==============================================================================
--- head/ports-mgmt/xps/distinfo	Tue Jan 29 03:41:30 2013	(r311147)
+++ head/ports-mgmt/xps/distinfo	Tue Jan 29 04:03:29 2013	(r311148)
@@ -1,2 +1,2 @@
-SHA256 (v0.4.tar.gz) = ac66fc244bf568789452e65c24c7af8c8acf1ac77ecc7ba080a16c73b0b3c235
-SIZE (v0.4.tar.gz) = 8658
+SHA256 (xps-0.4.1.tar.gz) = 1da358b2e5cf3739b4e062abc1e23c1ad7c66ba4714bd7a0654a0749b210513f
+SIZE (xps-0.4.1.tar.gz) = 8762

Modified: head/ports-mgmt/xps/pkg-descr
==============================================================================
--- head/ports-mgmt/xps/pkg-descr	Tue Jan 29 03:41:30 2013	(r311147)
+++ head/ports-mgmt/xps/pkg-descr	Tue Jan 29 04:03:29 2013	(r311148)
@@ -1,7 +1,7 @@
-XPS (eXquisite Port Seeker) is a tool that searches the ports
-tree and pretty-prints the ports that match the given criteria.
+XPS (eXquisite Port Seeker) is a tool that searches the ports tree and
+pretty-prints the ports that match the given criteria.
 
-The criteria can be the port's name, categories, maintainer,
-and if it's installed or not.
+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/antanst/xps



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301290403.r0T43Un0045150>