mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Update to 1.8.3
* The variant-to-string typecast problem that caused compilation errors with GCC 3.3 was fixed. * A problem with template lists was fixed. * Documentation improved. PR: 55958 Submitted by: maintainer
This commit is contained in:
parent
b08052feb9
commit
68c11471b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87669
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= ptypes
|
||||
PORTVERSION= 1.8.2
|
||||
PORTVERSION= 1.8.3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -26,7 +26,7 @@ do-install:
|
||||
${MKDIR} ${PREFIX}/lib
|
||||
${INSTALL_DATA} ${WRKSRC}/so/libptypes.so.${SHLIB_VER} \
|
||||
${PREFIX}/lib
|
||||
cd ${PREFIX}/lib; ${LN} -s libptypes.so.${SHLIB_VER} libptypes.so
|
||||
cd ${PREFIX}/lib; ${LN} -sf libptypes.so.${SHLIB_VER} libptypes.so
|
||||
${INSTALL_DATA} ${WRKSRC}/lib/* ${PREFIX}/lib
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${EXAMPLESDIR}/wshare
|
||||
@ -35,7 +35,7 @@ do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/wshare/wshare ${EXAMPLESDIR}/wshare
|
||||
${MKDIR} ${DOCSDIR}/doc
|
||||
${INSTALL_DATA} ${WRKSRC}/LICENSE ${WRKSRC}/index.html ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}/doc
|
||||
cd ${WRKSRC}/doc; ${TAR} cf - *| ${TAR} xf - -C ${DOCSDIR}/doc
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ptypes-1.8.2.tar.gz) = d7c3343501ae773c4b6e33fea83b3e6e
|
||||
MD5 (ptypes-1.8.3.tar.gz) = 7914a7d598ce1c7c1b5c61340fd73ed6
|
||||
|
@ -29,6 +29,13 @@ lib/libptypesn.a
|
||||
%%PORTDOCS%%%%DOCSDIR%%/doc/cset.operators.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/doc/deploying.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/doc/freshmeat-logo.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/doc/htsrc.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/doc/include/pasync.h.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/doc/include/pinet.h.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/doc/include/pport.h.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/doc/include/pstreams.h.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/doc/include/ptime.h.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/doc/include/ptypes.h.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/doc/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/doc/inet.examples.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/doc/inet.html
|
||||
@ -122,6 +129,7 @@ lib/libptypesn.a
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/wshare/wshare.mak
|
||||
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/wshare
|
||||
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/doc/include
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/doc
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm include/ptypes
|
||||
|
Loading…
Reference in New Issue
Block a user