mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
- update to 1.4
- require Python 2.3+ - update my mail address PR: ports/114332 Submitted by: Wesley Shields <wxs@atarininja.org>
This commit is contained in:
parent
f9faca25ad
commit
ec38b249c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195119
@ -6,16 +6,16 @@
|
||||
#
|
||||
|
||||
PORTNAME= pyblosxom
|
||||
PORTVERSION= 1.3.2
|
||||
PORTVERSION= 1.4
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://dryice.name/computer/FreeBSD/distfiles/
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= dryice@dryice.name
|
||||
MAINTAINER= dryice@FreeBSD.org
|
||||
COMMENT= A lightweight weblog system
|
||||
|
||||
USE_PYTHON= 2.2+
|
||||
USE_PYTHON= 2.3+
|
||||
USE_PYDISTUTILS= yes
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (pyblosxom-1.3.2.tar.gz) = b5304e6d70f043b2bf8366a09b28863d
|
||||
SHA256 (pyblosxom-1.3.2.tar.gz) = 338cb25d8312dbaf0553385d21bb0f8fc22c180d1ae4e42b556a376eb7dec417
|
||||
SIZE (pyblosxom-1.3.2.tar.gz) = 94701
|
||||
MD5 (pyblosxom-1.4.tar.gz) = ef46b05a8a3aefb59ce2b5884a992e8c
|
||||
SHA256 (pyblosxom-1.4.tar.gz) = 6b68b390f45c535a0b3b60aa0ee1e19a7e220a357d64bccb255cc02bd9e67639
|
||||
SIZE (pyblosxom-1.4.tar.gz) = 106304
|
||||
|
@ -1,3 +1,4 @@
|
||||
bin/pyblcmd
|
||||
%%PYTHON_SITELIBDIR%%/Pyblosxom/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/Pyblosxom/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/Pyblosxom/__init__.pyo
|
||||
@ -74,7 +75,6 @@
|
||||
%%EXAMPLESDIR%%/config.py
|
||||
%%EXAMPLESDIR%%/pyblosxom.cgi
|
||||
%%EXAMPLESDIR%%/pyblosxom.tac
|
||||
%%EXAMPLESDIR%%/wsgi_app.py
|
||||
@dirrm %%EXAMPLESDIR%%
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/Pyblosxom/renderers
|
||||
|
Loading…
Reference in New Issue
Block a user