From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 7 10:00:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 04B79ED0 for ; Fri, 7 Dec 2012 10:00: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 CD2698FC13 for ; Fri, 7 Dec 2012 10:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qB7A00dJ020152 for ; Fri, 7 Dec 2012 10:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qB7A00aT020148; Fri, 7 Dec 2012 10:00:00 GMT (envelope-from gnats) Resent-Date: Fri, 7 Dec 2012 10:00:00 GMT Resent-Message-Id: <201212071000.qB7A00aT020148@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Antonios Anastasiadis Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 20995922 for ; Fri, 7 Dec 2012 09:51:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id E07938FC15 for ; Fri, 7 Dec 2012 09:51:40 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qB79peeH069666 for ; Fri, 7 Dec 2012 09:51:40 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id qB79pe26069657; Fri, 7 Dec 2012 09:51:40 GMT (envelope-from nobody) Message-Id: <201212070951.qB79pe26069657@red.freebsd.org> Date: Fri, 7 Dec 2012 09:51:40 GMT From: Antonios Anastasiadis To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/174255: [maintainer update] Port "xps": Update to v0.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2012 10:00:01 -0000 >Number: 174255 >Category: ports >Synopsis: [maintainer update] Port "xps": Update to v0.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Dec 07 10:00:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Antonios Anastasiadis >Release: >Organization: >Environment: >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN xps.old/Makefile xps/Makefile --- xps.old/Makefile 2012-12-07 11:46:13.000000000 +0200 +++ xps/Makefile 2012-12-07 11:39:25.000000000 +0200 @@ -2,15 +2,17 @@ # Date created: 4 December 2008 # Whom: antonakis@gmail.com # -# $FreeBSD: ports/ports-mgmt/xps/Makefile,v 1.4 2012/11/17 06:00:47 svnexp Exp $ +# $FreeBSD: ports/ports-mgmt/xps/Makefile,v 1.2 2008/12/14 13:29:45 miwi Exp $ PORTNAME= xps -PORTVERSION= 0.3 +PORTVERSION= 0.4 CATEGORIES= ports-mgmt -MASTER_SITES= http://www.crucible.gr:5555/ +MASTER_SITES= https://github.com/antanst/xps/archive/ +DISTFILES= v0.4.tar.gz +FETCH_ARGS= -Fpr -MAINTAINER= antonakis@gmail.com -COMMENT= A tool that searches the ports tree by various criteria. +MAINTAINER= anastasiadis@datalive.gr +COMMENT= A tool that searches the ports tree by various criteria USE_PYTHON= yes NO_BUILD= yes @@ -20,7 +22,7 @@ MAN1= xps.1 do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/xps.1 ${PREFIX}/man/man1/xps.1 - ${INSTALL_SCRIPT} ${WRKDIR}/xps ${PREFIX}/bin/xps + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/xps.1 ${PREFIX}/man/man1/xps.1 + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/xps ${PREFIX}/bin/xps .include diff -ruN xps.old/distinfo xps/distinfo --- xps.old/distinfo 2012-12-07 11:46:13.000000000 +0200 +++ xps/distinfo 2012-12-07 11:39:32.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (xps-0.3.tar.gz) = 3d7c559774885284f87c50678f8cf4b3c046a381b111feb377bc0b5ccf6c34ee -SIZE (xps-0.3.tar.gz) = 7788 +SHA256 (v0.4.tar.gz) = ac66fc244bf568789452e65c24c7af8c8acf1ac77ecc7ba080a16c73b0b3c235 +SIZE (v0.4.tar.gz) = 8658 diff -ruN xps.old/pkg-descr xps/pkg-descr --- xps.old/pkg-descr 2012-12-07 11:46:13.000000000 +0200 +++ xps/pkg-descr 2012-12-07 11:38:59.000000000 +0200 @@ -4,4 +4,4 @@ The criteria can be the port's name, categories, maintainer, and if it's installed or not. -WWW: http://www.crucible.gr:5555/ +WWW: https://github.com/antanst/xps >Release-Note: >Audit-Trail: >Unformatted: