summaryrefslogtreecommitdiff
path: root/ports-mgmt/xps
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2012-12-15 17:30:16 +0000
committerBeech Rintoul <beech@FreeBSD.org>2012-12-15 17:30:16 +0000
commit1dc9c7cdb5e8ffde2062ae77a21da4b096a25489 (patch)
tree689309ccb0f9d5d2c4c7dd6465f8e4636148b043 /ports-mgmt/xps
parent- Fix BROKEN by disabling build of togl an isst [1] (diff)
- Update to 0.4
- Change maintainer email PR: ports/174255 Submitted by: Antonios Anastasiadis <anastasiadis@datalive.gr> (maintainer)
Notes
Notes: svn path=/head/; revision=308957
Diffstat (limited to 'ports-mgmt/xps')
-rw-r--r--ports-mgmt/xps/Makefile16
-rw-r--r--ports-mgmt/xps/distinfo4
-rw-r--r--ports-mgmt/xps/pkg-descr2
3 files changed, 12 insertions, 10 deletions
diff --git a/ports-mgmt/xps/Makefile b/ports-mgmt/xps/Makefile
index 21b89e45b696..b119e6a5bdfc 100644
--- a/ports-mgmt/xps/Makefile
+++ b/ports-mgmt/xps/Makefile
@@ -5,12 +5,14 @@
# $FreeBSD$
PORTNAME= xps
-PORTVERSION= 0.3
+PORTVERSION= 0.4
CATEGORIES= ports-mgmt
-MASTER_SITES= http://www.crucible.gr:5555/
-
-MAINTAINER= antonakis@gmail.com
-COMMENT= A tool that searches the ports tree by various criteria.
+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
USE_PYTHON= yes
NO_BUILD= yes
@@ -20,7 +22,7 @@ PLIST_FILES= bin/xps
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 --git a/ports-mgmt/xps/distinfo b/ports-mgmt/xps/distinfo
index 8713d066ff91..b9df43370dfa 100644
--- a/ports-mgmt/xps/distinfo
+++ b/ports-mgmt/xps/distinfo
@@ -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 --git a/ports-mgmt/xps/pkg-descr b/ports-mgmt/xps/pkg-descr
index d09babf3c5ae..301dbbb98c81 100644
--- a/ports-mgmt/xps/pkg-descr
+++ b/ports-mgmt/xps/pkg-descr
@@ -4,4 +4,4 @@ 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.
-WWW: http://www.crucible.gr:5555/
+WWW: https://github.com/antanst/xps