View | Details | Raw Unified | Return to bug 82016
Collapse All | Expand All

(-)pyblosxom/Makefile (-2 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	pyblosxom
8
PORTNAME=	pyblosxom
9
PORTVERSION=	1.2
9
PORTVERSION=	1.2.1
10
CATEGORIES=	www python
10
CATEGORIES=	www python
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
12
		http://bsdchat.com/dist/dryice/
12
		http://bsdchat.com/dist/dryice/
Lines 22-28 Link Here
22
post-install:
22
post-install:
23
.if !defined(NOPORTDOCS)
23
.if !defined(NOPORTDOCS)
24
	${MKDIR} ${DOCSDIR}
24
	${MKDIR} ${DOCSDIR}
25
.for docfile in ChangeLog INSTALL LICENSE README
25
.for docfile in INSTALL LICENSE README
26
	${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
26
	${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
27
.endfor
27
.endfor
28
.endif
28
.endif
(-)pyblosxom/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (pyblosxom-1.2.tar.gz) = de3cb536c0c86c1ce0450b2e425ff194
1
MD5 (pyblosxom-1.2.1.tar.gz) = c59e2cb44a9e72ba5e46e265ed23f0ad
2
SIZE (pyblosxom-1.2.tar.gz) = 95469
2
SIZE (pyblosxom-1.2.1.tar.gz) = 46580
(-)pyblosxom/pkg-plist (-1 lines)
Lines 43-49 Link Here
43
%%PYTHON_SITELIBDIR%%/Pyblosxom/tools.py
43
%%PYTHON_SITELIBDIR%%/Pyblosxom/tools.py
44
%%PYTHON_SITELIBDIR%%/Pyblosxom/tools.pyc
44
%%PYTHON_SITELIBDIR%%/Pyblosxom/tools.pyc
45
%%PYTHON_SITELIBDIR%%/Pyblosxom/tools.pyo
45
%%PYTHON_SITELIBDIR%%/Pyblosxom/tools.pyo
46
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
47
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
46
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
48
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
47
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
49
%%PORTDOCS%%%%DOCSDIR%%/README
48
%%PORTDOCS%%%%DOCSDIR%%/README

Return to bug 82016