From nobody@FreeBSD.org  Mon Jul 20 12:50:24 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5ACD9106568C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 20 Jul 2009 12:50:24 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 4906D8FC13
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 20 Jul 2009 12:50:24 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n6KCoOIG098747
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 20 Jul 2009 12:50:24 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n6KCoOxQ098746;
	Mon, 20 Jul 2009 12:50:24 GMT
	(envelope-from nobody)
Message-Id: <200907201250.n6KCoOxQ098746@www.freebsd.org>
Date: Mon, 20 Jul 2009 12:50:24 GMT
From: Sofian Brabez <sbrabez@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer update] net/scnc : update to 1.04
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         136930
>Category:       ports
>Synopsis:       [maintainer update] net/scnc : update to 1.04
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jadawin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 20 13:00:17 UTC 2009
>Closed-Date:    Mon Jul 20 13:32:30 UTC 2009
>Last-Modified:  Mon Jul 20 13:40:06 UTC 2009
>Originator:     Sofian Brabez
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
>Environment:
FreeBSD freebsd.ifr.lan 7.2-STABLE FreeBSD 7.2-STABLE #0: Thu Jul  2 23:42:18 CEST 2009     root@freebsd.ifr.lan:/usr/obj/usr/src/sys/FREEBSD  i386
>Description:
- Update to 1.04
- Update Makefile since upstream author release tar archives
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN scnc.orig/Makefile scnc/Makefile
--- scnc.orig/Makefile	2009-07-20 14:41:29.000000000 +0200
+++ scnc/Makefile	2009-07-20 14:42:35.000000000 +0200
@@ -6,12 +6,9 @@
 #
 
 PORTNAME=	scnc
-PORTVERSION=	1.03
+PORTVERSION=	1.04
 CATEGORIES=	net security
 MASTER_SITES=	http://gomor.org/files/
-DISTNAME=	${PORTNAME}
-EXTRACT_SUFX=	# none
-DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	sbrabez@gmail.com
 COMMENT=	SSL Capable Netcat
@@ -24,10 +21,6 @@
 PLIST_FILES=	bin/${PORTNAME}
 NO_BUILD=	yes
 
-do-extract:
-	@${MKDIR} ${WRKSRC}
-	@${CP} ${_DISTDIR}/scnc ${WRKSRC}
-
 do-install:
 	@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
 
diff -urN scnc.orig/distinfo scnc/distinfo
--- scnc.orig/distinfo	2009-07-20 14:41:29.000000000 +0200
+++ scnc/distinfo	2009-07-20 14:40:01.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (scnc-1.03/scnc) = eae96962071cf4de8fe8b6fb82a79ecd
-SHA256 (scnc-1.03/scnc) = c7f62e36bf3aae8d003502631d80b2bb8ec78d2ebb6a0fd30cba61bcf5c5d3b4
-SIZE (scnc-1.03/scnc) = 19211
+MD5 (scnc-1.04.tar.gz) = 8020e3244ca253849701b6b0c9a64b1a
+SHA256 (scnc-1.04.tar.gz) = ea88b622f490dde4222f59b321f14cb009470d088f9c233f770adb5a3b0a2097
+SIZE (scnc-1.04.tar.gz) = 6962


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->jadawin 
Responsible-Changed-By: jadawin 
Responsible-Changed-When: Mon Jul 20 13:19:40 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136930 
State-Changed-From-To: open->closed 
State-Changed-By: jadawin 
State-Changed-When: Mon Jul 20 13:32:29 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136930 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/136930: commit references a PR
Date: Mon, 20 Jul 2009 13:32:13 +0000 (UTC)

 jadawin     2009-07-20 13:32:03 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/scnc             Makefile distinfo 
   Log:
   - Update to 1.04
   
   PR:             ports/136930
   Submitted by:   Sofian Brabez <sbrabez gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.3       +1 -8      ports/net/scnc/Makefile
   1.3       +3 -3      ports/net/scnc/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
