svn commit: r316576 - head/devel/py-instant
Martin Wilke
miwi at FreeBSD.org
Fri Apr 26 06:48:13 UTC 2013
Author: miwi
Date: Fri Apr 26 06:48:12 2013
New Revision: 316576
URL: http://svnweb.freebsd.org/changeset/ports/316576
Log:
- Update to 1.2
PR: 177770
Submitted by: maintainer
Modified:
head/devel/py-instant/Makefile (contents, props changed)
head/devel/py-instant/distinfo (contents, props changed)
Modified: head/devel/py-instant/Makefile
==============================================================================
--- head/devel/py-instant/Makefile Fri Apr 26 06:47:24 2013 (r316575)
+++ head/devel/py-instant/Makefile Fri Apr 26 06:48:12 2013 (r316576)
@@ -1,14 +1,10 @@
-# New ports collection makefile for: py-instant
-# Date created: Jan. 04, 2007
-# Whom: Li-Wen Hsu <lwhsu at lwhsu.org>
-#
+# Created by: Li-Wen Hsu <lwhsu at 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 at 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"),|' \
Modified: head/devel/py-instant/distinfo
==============================================================================
--- head/devel/py-instant/distinfo Fri Apr 26 06:47:24 2013 (r316575)
+++ head/devel/py-instant/distinfo Fri Apr 26 06:48:12 2013 (r316576)
@@ -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
More information about the svn-ports-all
mailing list