diff options
author | miwi <miwi@FreeBSD.org> | 2013-04-26 14:48:12 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-04-26 14:48:12 +0800 |
commit | b7a770c6715ebe2028eb5170b3d143e6f34d98aa (patch) | |
tree | d8eb109f7148af48415d20394dce8b5a94fa7b26 /devel | |
parent | 4ce83840d1fd6d8519ede304f7b0ca0c70bd1cc0 (diff) | |
download | freebsd-ports-gnome-b7a770c6715ebe2028eb5170b3d143e6f34d98aa.tar.gz freebsd-ports-gnome-b7a770c6715ebe2028eb5170b3d143e6f34d98aa.tar.zst freebsd-ports-gnome-b7a770c6715ebe2028eb5170b3d143e6f34d98aa.zip |
- Update to 1.2
PR: 177770
Submitted by: maintainer
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-instant/Makefile | 12 | ||||
-rw-r--r-- | devel/py-instant/distinfo | 4 |
2 files changed, 7 insertions, 9 deletions
diff --git a/devel/py-instant/Makefile b/devel/py-instant/Makefile index 85eb1ec3826a..dc25099dec51 100644 --- a/devel/py-instant/Makefile +++ b/devel/py-instant/Makefile @@ -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"),|' \ diff --git a/devel/py-instant/distinfo b/devel/py-instant/distinfo index 93fa3456716b..9261d303996d 100644 --- a/devel/py-instant/distinfo +++ b/devel/py-instant/distinfo @@ -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 |