Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Jul 2003 17:53:14 +0400
From:      Sergey Matveychuk <sem@ciam.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/54093: [MAINTAINER UPDATE] devel/ptypes 1.8.0 -> 1.8.1
Message-ID:  <E19YQzy-000DNX-D7@sem-home.ciam.ru>
Resent-Message-ID: <200307041400.h64E0IUm052634@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         54093
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] devel/ptypes 1.8.0 -> 1.8.1
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 04 07:00:18 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Matveychuk
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD sem-home.ciam.ru 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Wed Jun 11 02:03:37 MSD 2003 root@sem-home.ciam.ru:/usr/src/sys/i386/compile/SEM-HOME i386


	
>Description:
	
	- update ptypes to 1.8.1 with critical fixes
	- do not install examples if NOPORTDOCS=yes
>How-To-Repeat:
	
>Fix:

	

--- ptypes.patch begins here ---
diff -ruN /usr/ports/devel/ptypes/Makefile ptypes/Makefile
--- /usr/ports/devel/ptypes/Makefile	Wed Jun 25 22:09:37 2003
+++ ptypes/Makefile	Fri Jul  4 17:42:27 2003
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	ptypes
-PORTVERSION=	1.8.0
+PORTVERSION=	1.8.1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -28,11 +28,11 @@
 		${PREFIX}/lib
 	cd ${PREFIX}/lib; ${LN} -s libptypes.so.${SHLIB_VER} libptypes.so
 	${INSTALL_DATA} ${WRKSRC}/lib/* ${PREFIX}/lib
+.if !defined(NOPORTDOCS)
 	${MKDIR} ${EXAMPLESDIR}/wshare
 	-${RM} -f ${WRKSRC}/wshare/*.o ${WRKSRC}/wshare/*.orig
 	${INSTALL_DATA} ${WRKSRC}/wshare/*.* ${EXAMPLESDIR}/wshare
 	${INSTALL_PROGRAM} ${WRKSRC}/wshare/wshare ${EXAMPLESDIR}/wshare
-.if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}/doc
 	${INSTALL_DATA} ${WRKSRC}/LICENSE ${WRKSRC}/index.html ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}/doc
diff -ruN /usr/ports/devel/ptypes/distinfo ptypes/distinfo
--- /usr/ports/devel/ptypes/distinfo	Wed Jun 25 15:29:15 2003
+++ ptypes/distinfo	Fri Jul  4 17:36:01 2003
@@ -1 +1 @@
-MD5 (ptypes-1.8.0.tar.gz) = 79c3fbe546b3f7a28c9f47b30f975b4e
+MD5 (ptypes-1.8.1.tar.gz) = 03f49583a4211ad93da1d3db104de38f
diff -ruN /usr/ports/devel/ptypes/pkg-plist ptypes/pkg-plist
--- /usr/ports/devel/ptypes/pkg-plist	Wed Jun 25 15:29:16 2003
+++ ptypes/pkg-plist	Fri Jul  4 17:43:11 2003
@@ -90,37 +90,38 @@
 %%PORTDOCS%%share/doc/ptypes/doc/variant.utils.html
 %%PORTDOCS%%share/doc/ptypes/doc/wshare.html
 %%PORTDOCS%%share/doc/ptypes/index.html
-share/examples/ptypes/wshare/Makefile.Darwin
-share/examples/ptypes/wshare/Makefile.FreeBSD
-share/examples/ptypes/wshare/Makefile.Linux
-share/examples/ptypes/wshare/Makefile.SunOS
-share/examples/ptypes/wshare/Makefile.common
-share/examples/ptypes/wshare/clients.cxx
-share/examples/ptypes/wshare/clients.h
-share/examples/ptypes/wshare/config.cxx
-share/examples/ptypes/wshare/config.h
-share/examples/ptypes/wshare/log.cxx
-share/examples/ptypes/wshare/log.h
-share/examples/ptypes/wshare/mimetable.awk
-share/examples/ptypes/wshare/mimetable.cxx
-share/examples/ptypes/wshare/mod_about.cxx
-share/examples/ptypes/wshare/mod_file.cxx
-share/examples/ptypes/wshare/mod_wstat.cxx
-share/examples/ptypes/wshare/modules.cxx
-share/examples/ptypes/wshare/modules.h
-share/examples/ptypes/wshare/request.cxx
-share/examples/ptypes/wshare/request.h
-share/examples/ptypes/wshare/sysutils.cxx
-share/examples/ptypes/wshare/sysutils.h
-share/examples/ptypes/wshare/urlutils.cxx
-share/examples/ptypes/wshare/urlutils.h
-share/examples/ptypes/wshare/utils.cxx
-share/examples/ptypes/wshare/utils.h
-share/examples/ptypes/wshare/wshare
-share/examples/ptypes/wshare/wshare.cxx
-share/examples/ptypes/wshare/wshare.mak
-@dirrm share/examples/ptypes/wshare
-@dirrm share/examples/ptypes
+%%PORTDOCS%%share/examples/ptypes/wshare/Makefile.BSD_OS
+%%PORTDOCS%%share/examples/ptypes/wshare/Makefile.Darwin
+%%PORTDOCS%%share/examples/ptypes/wshare/Makefile.FreeBSD
+%%PORTDOCS%%share/examples/ptypes/wshare/Makefile.Linux
+%%PORTDOCS%%share/examples/ptypes/wshare/Makefile.SunOS
+%%PORTDOCS%%share/examples/ptypes/wshare/Makefile.common
+%%PORTDOCS%%share/examples/ptypes/wshare/clients.cxx
+%%PORTDOCS%%share/examples/ptypes/wshare/clients.h
+%%PORTDOCS%%share/examples/ptypes/wshare/config.cxx
+%%PORTDOCS%%share/examples/ptypes/wshare/config.h
+%%PORTDOCS%%share/examples/ptypes/wshare/log.cxx
+%%PORTDOCS%%share/examples/ptypes/wshare/log.h
+%%PORTDOCS%%share/examples/ptypes/wshare/mimetable.awk
+%%PORTDOCS%%share/examples/ptypes/wshare/mimetable.cxx
+%%PORTDOCS%%share/examples/ptypes/wshare/mod_about.cxx
+%%PORTDOCS%%share/examples/ptypes/wshare/mod_file.cxx
+%%PORTDOCS%%share/examples/ptypes/wshare/mod_wstat.cxx
+%%PORTDOCS%%share/examples/ptypes/wshare/modules.cxx
+%%PORTDOCS%%share/examples/ptypes/wshare/modules.h
+%%PORTDOCS%%share/examples/ptypes/wshare/request.cxx
+%%PORTDOCS%%share/examples/ptypes/wshare/request.h
+%%PORTDOCS%%share/examples/ptypes/wshare/sysutils.cxx
+%%PORTDOCS%%share/examples/ptypes/wshare/sysutils.h
+%%PORTDOCS%%share/examples/ptypes/wshare/urlutils.cxx
+%%PORTDOCS%%share/examples/ptypes/wshare/urlutils.h
+%%PORTDOCS%%share/examples/ptypes/wshare/utils.cxx
+%%PORTDOCS%%share/examples/ptypes/wshare/utils.h
+%%PORTDOCS%%share/examples/ptypes/wshare/wshare
+%%PORTDOCS%%share/examples/ptypes/wshare/wshare.cxx
+%%PORTDOCS%%share/examples/ptypes/wshare/wshare.mak
+%%PORTDOCS%%@dirrm share/examples/ptypes/wshare
+%%PORTDOCS%%@dirrm share/examples/ptypes
 %%PORTDOCS%%@dirrm share/doc/ptypes/doc
 %%PORTDOCS%%@dirrm share/doc/ptypes
 @dirrm include/ptypes
--- ptypes.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E19YQzy-000DNX-D7>