From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jan 29 04:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4822A612 for ; Tue, 29 Jan 2013 04:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 39825654 for ; Tue, 29 Jan 2013 04:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0T4A13m030648 for ; Tue, 29 Jan 2013 04:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0T4A1XU030647; Tue, 29 Jan 2013 04:10:01 GMT (envelope-from gnats) Date: Tue, 29 Jan 2013 04:10:01 GMT Message-Id: <201301290410.r0T4A1XU030647@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/175354: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jan 2013 04:10:01 -0000 The following reply was made to PR ports/175354; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/175354: commit references a PR Date: Tue, 29 Jan 2013 04:03:43 +0000 (UTC) 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 # $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 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 _______________________________________________ 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"