Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Dec 2005 21:10:56 +0800
From:      Dryice Liu <dryice@hotpop.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Dryice Liu <dryice@hotpop.com>
Subject:   ports/90473: [maintainer] www/py-scgi: update to 1.9
Message-ID:  <20051215131133.380E01B48FD7@smtp-3.hotpop.com>
Resent-Message-ID: <200512160150.jBG1o2u8011954@freefall.freebsd.org>

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

>Number:         90473
>Category:       ports
>Synopsis:       [maintainer] www/py-scgi: update to 1.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 16 01:50:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Dryice Liu
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD dryice.3322.org 6.0-STABLE FreeBSD 6.0-STABLE #0: Thu Dec 1 15:59:44 CST 2005


	
>Description:
	Sorry if this is a duplicate PR. I send the same one a few
	hours ago but didn't see it in the datebase.

	Changes:
		- update to 1.9
		- deleted file: files/patch-scgi_passfd.c. It is
	merged in to the official release by the up-stream maintainer.

	Please note I'm the maintainer of this port
	(dryice@liu.com.cn). I'm using hotpop.com as my ssmtp gateway
	cause my primary mail address doesn't support RDNS and can't
	get into the FreeBSD mail server.
	
>How-To-Repeat:
	
>Fix:

	

--- py-scgi.diff begins here ---
diff -ruN py-scgi.old/Makefile py-scgi/Makefile
--- py-scgi.old/Makefile	Thu Dec  8 09:46:13 2005
+++ py-scgi/Makefile	Thu Dec 15 15:20:01 2005
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	scgi
-PORTVERSION=	1.8
-PORTRVISION=	1
+PORTVERSION=	1.9
 CATEGORIES=	www
 MASTER_SITES=	http://www.mems-exchange.org/software/files/scgi/ \
 		http://bsdchat.com/dist/dryice/
diff -ruN py-scgi.old/distinfo py-scgi/distinfo
--- py-scgi.old/distinfo	Sun Oct 23 03:07:46 2005
+++ py-scgi/distinfo	Thu Dec 15 15:20:12 2005
@@ -1,2 +1,3 @@
-MD5 (scgi-1.8.tar.gz) = 5e02813b22d1295064948a99593e5bdf
-SIZE (scgi-1.8.tar.gz) = 20805
+MD5 (scgi-1.9.tar.gz) = 41f4ec8629da717fda82ebdd80775996
+SHA256 (scgi-1.9.tar.gz) = e7bac86d3cdfe6c4cf0f8f8c1f9c02cd62711f97718839d1ea72c42f98effe00
+SIZE (scgi-1.9.tar.gz) = 21014
diff -ruN py-scgi.old/files/patch-scgi_passfd.c py-scgi/files/patch-scgi_passfd.c
--- py-scgi.old/files/patch-scgi_passfd.c	Sun Dec  4 19:12:33 2005
+++ py-scgi/files/patch-scgi_passfd.c	Thu Jan  1 08:00:00 1970
@@ -1,29 +0,0 @@
---- scgi/passfd.c.orig	Sun Dec  4 15:49:02 2005
-+++ scgi/passfd.c	Sun Dec  4 15:49:28 2005
-@@ -22,7 +22,7 @@
- #include <stddef.h>
- 
- 
--#define CONTROLLEN sizeof (struct cmsghdr) + sizeof (int)
-+#define CONTROLLEN sizeof (struct cmsghdr) + sizeof (void*)
- 
- static int
- recv_fd(int sockfd)
-@@ -31,7 +31,7 @@
- 	struct cmsghdr *cmptr = (struct cmsghdr *) tmpbuf;
- 	struct iovec iov[1];
- 	struct msghdr msg;
--	char buf[1];
-+	void* buf[1];
- 
- 	iov[0].iov_base = buf;
- 	iov[0].iov_len = sizeof (buf);
-@@ -56,7 +56,7 @@
- 	struct cmsghdr *cmptr = (struct cmsghdr *) tmpbuf;
-         struct iovec iov[1];
-         struct msghdr msg;
--        char buf[1];
-+        void* buf[1];
- 
-         iov[0].iov_base = buf;
-         iov[0].iov_len = 1;
--- py-scgi.diff ends here ---



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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051215131133.380E01B48FD7>