Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Dec 2012 09:51:40 GMT
From:      Antonios Anastasiadis <anastasiadis@datalive.gr>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/174255: [maintainer update] Port "xps": Update to v0.4
Message-ID:  <201212070951.qB79pe26069657@red.freebsd.org>
Resent-Message-ID: <201212071000.qB7A00aT020148@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.mk>
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:



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