Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2018 18:47:09 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463034 - head/databases/py-pgxnclient
Message-ID:  <201802261847.w1QIl9XE009419@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Feb 26 18:47:08 2018
New Revision: 463034
URL: https://svnweb.freebsd.org/changeset/ports/463034

Log:
  - Add LICENSE
  - Fix shebangs
  - Add NO_ARCH
  
  Approved by:	portmgr blanket

Modified:
  head/databases/py-pgxnclient/Makefile

Modified: head/databases/py-pgxnclient/Makefile
==============================================================================
--- head/databases/py-pgxnclient/Makefile	Mon Feb 26 18:46:44 2018	(r463033)
+++ head/databases/py-pgxnclient/Makefile	Mon Feb 26 18:47:08 2018	(r463034)
@@ -3,14 +3,19 @@
 
 PORTNAME=	pgxnclient
 PORTVERSION=	1.2.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases python
 MASTER_SITES=	CHEESESHOP
 
 MAINTAINER=	lwhsu@FreeBSD.org
 COMMENT=	Command line tool to interact with the PostgreSQL Extension Network
 
-USES=		python
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+USES=		python shebangfix
+SHEBANG_FILES=	pgxnclient/libexec/pgxn-*
 USE_PYTHON=	distutils autoplist concurrent optsuffix
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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