diff options
author | wg <wg@FreeBSD.org> | 2013-08-01 22:39:03 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-08-01 22:39:03 +0800 |
commit | f6e400fa08df4c4985dac4c1c17d739194fc0e89 (patch) | |
tree | b1a7adbc155122b23cf158c3b73cf79a726868be /ports-mgmt | |
parent | 56d0294dbf0bf682d14fe34ceb56098cd7ff05a4 (diff) | |
download | freebsd-ports-gnome-f6e400fa08df4c4985dac4c1c17d739194fc0e89.tar.gz freebsd-ports-gnome-f6e400fa08df4c4985dac4c1c17d739194fc0e89.tar.zst freebsd-ports-gnome-f6e400fa08df4c4985dac4c1c17d739194fc0e89.zip |
ports-mgmt/xps: update to 0.5.2
- Update to 0.5.2
- Set WWW to new upstream
Changes: https://github.com/serpent7776/xps/commits/master
PR: ports/180972
Submitted by: Serpent <serpent7776 gmail.com> (maintainer)
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/xps/Makefile | 6 | ||||
-rw-r--r-- | ports-mgmt/xps/distinfo | 4 | ||||
-rw-r--r-- | ports-mgmt/xps/pkg-descr | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/ports-mgmt/xps/Makefile b/ports-mgmt/xps/Makefile index 897e39732439..9196770acc10 100644 --- a/ports-mgmt/xps/Makefile +++ b/ports-mgmt/xps/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xps -PORTVERSION= 0.4.1 +PORTVERSION= 0.5.2 CATEGORIES= ports-mgmt MAINTAINER= serpent7776@gmail.com @@ -11,8 +11,8 @@ COMMENT= Tool that searches the ports tree by various criteria LICENSE= MIT USE_GITHUB= yes -GH_ACCOUNT= antanst -GH_COMMIT= 997c66f +GH_ACCOUNT= serpent7776 +GH_COMMIT= 719165b USE_PYTHON= yes NO_BUILD= yes diff --git a/ports-mgmt/xps/distinfo b/ports-mgmt/xps/distinfo index 2b158ab68769..7c665a9ee842 100644 --- a/ports-mgmt/xps/distinfo +++ b/ports-mgmt/xps/distinfo @@ -1,2 +1,2 @@ -SHA256 (xps-0.4.1.tar.gz) = 1da358b2e5cf3739b4e062abc1e23c1ad7c66ba4714bd7a0654a0749b210513f -SIZE (xps-0.4.1.tar.gz) = 8762 +SHA256 (xps-0.5.2.tar.gz) = 6b84dbc4454a50ef41acac42ce6298c60faa7da24bfa3a04da9173c3ae4d6054 +SIZE (xps-0.5.2.tar.gz) = 9746 diff --git a/ports-mgmt/xps/pkg-descr b/ports-mgmt/xps/pkg-descr index 1384bf94caf2..5cc4b9ebe1ad 100644 --- a/ports-mgmt/xps/pkg-descr +++ b/ports-mgmt/xps/pkg-descr @@ -4,4 +4,4 @@ pretty-prints the ports that match the given criteria. 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/serpent7776/xps |