1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

Update to 1.2

PR: ports/106948
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
This commit is contained in:
Kevin Lo 2006-12-21 11:53:37 +00:00
parent fa07ad20a4
commit 0bb4d2003e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180320
3 changed files with 5 additions and 6 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= icalendar
PORTVERSION= 0.11
PORTVERSION= 1.2
CATEGORIES= devel python
MASTER_SITES= http://codespeak.net/icalendar/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -19,8 +19,6 @@ COMMENT= Parser and generator of iCalender files for Python
USE_PYTHON= yes
USE_PYDISTUTILS= yes
WRKSRC= ${WRKDIR}/iCalendar
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}

View File

@ -1,3 +1,3 @@
MD5 (iCalendar-0.11.tgz) = 5d8668b5754082b2d2c7e5901013bfba
SHA256 (iCalendar-0.11.tgz) = d8a7ac0a9a7ab7ee62fe3ababc128d9107a093c53e26bcaba3b859e638e55ffb
SIZE (iCalendar-0.11.tgz) = 70800
MD5 (iCalendar-1.2.tgz) = 810cb3707605b75e51163e6eb1c1410a
SHA256 (iCalendar-1.2.tgz) = cb192515a349f23ccebc12a02b4259207036613045d72497aff51b847cb75b4c
SIZE (iCalendar-1.2.tgz) = 71947

View File

@ -30,4 +30,5 @@
%%PYTHON_SITELIBDIR%%/icalendar/util.pyc
%%PYTHON_SITELIBDIR%%/icalendar/util.pyo
@dirrm %%PYTHON_SITELIBDIR%%/icalendar
@dirrmtry %%PYTHON_SITELIBDIR%%/
%%PORTDOCS%%@dirrm %%DOCSDIR%%