svn commit: r308957 - head/ports-mgmt/xps

Beech Rintoul beech at FreeBSD.org
Sat Dec 15 17:30:17 UTC 2012


Author: beech
Date: Sat Dec 15 17:30:16 2012
New Revision: 308957
URL: http://svnweb.freebsd.org/changeset/ports/308957

Log:
  - Update to 0.4
  - Change maintainer email
  
  PR:		ports/174255
  Submitted by:	Antonios Anastasiadis <anastasiadis at datalive.gr> (maintainer)

Modified:
  head/ports-mgmt/xps/Makefile   (contents, props changed)
  head/ports-mgmt/xps/distinfo   (contents, props changed)
  head/ports-mgmt/xps/pkg-descr   (contents, props changed)

Modified: head/ports-mgmt/xps/Makefile
==============================================================================
--- head/ports-mgmt/xps/Makefile	Sat Dec 15 17:09:31 2012	(r308956)
+++ head/ports-mgmt/xps/Makefile	Sat Dec 15 17:30:16 2012	(r308957)
@@ -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 at 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 at 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>

Modified: head/ports-mgmt/xps/distinfo
==============================================================================
--- head/ports-mgmt/xps/distinfo	Sat Dec 15 17:09:31 2012	(r308956)
+++ head/ports-mgmt/xps/distinfo	Sat Dec 15 17:30:16 2012	(r308957)
@@ -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

Modified: head/ports-mgmt/xps/pkg-descr
==============================================================================
--- head/ports-mgmt/xps/pkg-descr	Sat Dec 15 17:09:31 2012	(r308956)
+++ head/ports-mgmt/xps/pkg-descr	Sat Dec 15 17:30:16 2012	(r308957)
@@ -4,4 +4,4 @@ tree and pretty-prints the ports that ma
 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


More information about the svn-ports-all mailing list