- Update to 5.4.1
This commit is contained in:
parent
e373fb9fa0
commit
308384546f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217076
2 changed files with 6 additions and 8 deletions
|
@ -7,7 +7,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= cxx
|
PORTNAME= cxx
|
||||||
PORTVERSION= 5.4.0
|
PORTVERSION= 5.4.1
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
@ -23,15 +23,13 @@ USE_PYTHON_PREFIX= yes
|
||||||
PYDISTUTILS_PKGNAME= CXX
|
PYDISTUTILS_PKGNAME= CXX
|
||||||
PYDISTUTILS_PKGVERSION= 5.3
|
PYDISTUTILS_PKGVERSION= 5.3
|
||||||
|
|
||||||
.if !defined(NOPORTDOCS)
|
|
||||||
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
|
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
|
||||||
PORTDOCS= *
|
PORTDOCS= *
|
||||||
.endif
|
|
||||||
|
|
||||||
|
.if !defined(NOPORTDOCS)
|
||||||
post-install:
|
post-install:
|
||||||
. if !defined(NOPORTDOCS)
|
|
||||||
@${MKDIR} ${DOCSDIR}
|
@${MKDIR} ${DOCSDIR}
|
||||||
${INSTALL_DATA} ${WRKSRC}/Doc/PyCXX.html ${DOCSDIR}
|
${INSTALL_DATA} ${WRKSRC}/Doc/PyCXX.html ${DOCSDIR}
|
||||||
. endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (pycxx-5.4.0.tar.gz) = b3193f60343f60a4fa82523f6307643d
|
MD5 (pycxx-5.4.1.tar.gz) = b4b6d6ce37949cc75bcaef0f466bd09f
|
||||||
SHA256 (pycxx-5.4.0.tar.gz) = b712a1472e8ad360d25afe39b232a1c64fe3b7fe35678437fd0de656f1bf6429
|
SHA256 (pycxx-5.4.1.tar.gz) = f3e5390d76cd2a78abeb0141d7c084cb54df6761c9bd492087b299e9562ae124
|
||||||
SIZE (pycxx-5.4.0.tar.gz) = 74847
|
SIZE (pycxx-5.4.1.tar.gz) = 76760
|
||||||
|
|
Loading…
Reference in a new issue