- Update to 1.2
PR: 177770 Submitted by: maintainer
This commit is contained in:
parent
a3b9e99c9e
commit
70d191e8c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316576
2 changed files with 7 additions and 9 deletions
|
@ -1,14 +1,10 @@
|
|||
# New ports collection makefile for: py-instant
|
||||
# Date created: Jan. 04, 2007
|
||||
# Whom: Li-Wen Hsu <lwhsu@lwhsu.org>
|
||||
#
|
||||
# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= instant
|
||||
PORTVERSION= 1.0.0
|
||||
PORTVERSION= ${MMVERSION}.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= https://launchpad.net/${PORTNAME}/1.0.x/${PORTVERSION}/+download/
|
||||
MASTER_SITES= https://launchpad.net/${PORTNAME}/${MMVERSION}.x/${PORTVERSION}/+download/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= jwbacon@tds.net
|
||||
|
@ -28,6 +24,8 @@ MAN1= instant-clean.1 \
|
|||
instant-showcache.1
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
MMVERSION= 1.2
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|\[(join("share", "man", "man1"),|\[(join("man", "man1"),|' \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (instant-1.0.0.tar.gz) = 0477ad61482bc1a3303f04031489dd4039747e2e7dbfde291747be5cf8c2bff3
|
||||
SIZE (instant-1.0.0.tar.gz) = 124652
|
||||
SHA256 (instant-1.2.0.tar.gz) = 12507f90b75f7ac4e222b2b5048212fa849e650b8dae94534a88ef2fe8378618
|
||||
SIZE (instant-1.2.0.tar.gz) = 125833
|
||||
|
|
Loading…
Reference in a new issue