- Update to 1.0.0
- Add python 3 support - License file was removed from the package PR: 216138 Submitted by: dbaio@bsd.com.br (maintainer)
This commit is contained in:
parent
f3b7ffe467
commit
44e4e60783
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431632
2 changed files with 5 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= phply
|
||||
PORTVERSION= 0.9.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -11,10 +10,9 @@ MAINTAINER= dbaio@bsd.com.br
|
|||
COMMENT= PHP lexer and parser in Python
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python:-2.7
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1467933894
|
||||
SHA256 (phply-0.9.1.tar.gz) = 6afe997a3b0ab3dbc2d5d8769d9c9e10d1fd9812e416d2deaf6ba56fd2565ed8
|
||||
SIZE (phply-0.9.1.tar.gz) = 30640
|
||||
TIMESTAMP = 1484565483
|
||||
SHA256 (phply-1.0.0.tar.gz) = 0b9040adaf0e8d7fce2217dc92ce64cf3c88f5235bd3fe37194d7b7002c3ac41
|
||||
SIZE (phply-1.0.0.tar.gz) = 65226
|
||||
|
|
Loading…
Reference in a new issue