diff options
author | beech <beech@FreeBSD.org> | 2012-12-16 01:30:16 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2012-12-16 01:30:16 +0800 |
commit | 4597deb14d15768a23b9451f9a0aca836253efe1 (patch) | |
tree | 689309ccb0f9d5d2c4c7dd6465f8e4636148b043 /ports-mgmt | |
parent | 5365348f6885cabd46df100b162162f803bcf783 (diff) | |
download | freebsd-ports-gnome-4597deb14d15768a23b9451f9a0aca836253efe1.tar.gz freebsd-ports-gnome-4597deb14d15768a23b9451f9a0aca836253efe1.tar.zst freebsd-ports-gnome-4597deb14d15768a23b9451f9a0aca836253efe1.zip |
- Update to 0.4
- Change maintainer email
PR: ports/174255
Submitted by: Antonios Anastasiadis <anastasiadis@datalive.gr> (maintainer)
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/xps/Makefile | 16 | ||||
-rw-r--r-- | ports-mgmt/xps/distinfo | 4 | ||||
-rw-r--r-- | ports-mgmt/xps/pkg-descr | 2 |
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 |