Date: Wed, 20 Feb 2008 16:09:25 GMT From: Raffaele De Lorenzo <raffaele.delorenzo@libero.it> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/120886: Update port: net/csocks Update net/csocks to the version 1.5 Message-ID: <200802201609.m1KG9PPC005951@www.freebsd.org> Resent-Message-ID: <200802201620.m1KGK2sB034892@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 120886 >Category: ports >Synopsis: Update port: net/csocks Update net/csocks to the version 1.5 >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: Wed Feb 20 16:20:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Raffaele De Lorenzo >Release: 7.0RC2 >Organization: >Environment: FreeBSD noel 7.0-RC2-p1 FreeBSD 7.0-RC2-p1 #0: Tue Feb 12 22:23:33 UTC 2008 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: Update port: net/csocks Update net/csocks to the version 1.5 - Opened The Sources - Fixed the "csocks.conf" rewrite after upgrade (tank's to Dixi) - Added IPv6 Support (sperimental) >How-To-Repeat: >Fix: Patch attached with submission follows: diff -bBc -ruN freebsd_port_15/Makefile freebsd_port_12/Makefile --- freebsd_port_15/Makefile 2008-02-15 12:14:46.000000000 +0100 +++ freebsd_port_12/Makefile 2008-02-12 16:32:51.000000000 +0100 @@ -1,10 +1,9 @@ # New ports collection makefile for: csocks # Date created: 12 Febrary 2008 # Whom: Raffaele De Lorenzo - raffaele.delorenzo@libero.it -# $FreeBSD$ PORTNAME= csocks -PORTVERSION= 1.5 +PORTVERSION= 1.2 CATEGORIES= net security MASTER_SITES= http://csocks.altervista.org/download/ \ http://csocks.virtuale.org/download/ @@ -15,19 +14,20 @@ ONLY_FOR_ARCHS= i386 -PLIST_FILES= etc/csocks.conf.sample lib/libcsocks.so lib/libcsocks.so.1 bin/csocks +PLIST_FILES= etc/csocks.conf lib/libcsocks.so lib/libcsocks.so.1 bin/csocks -WRKSRC= ${WRKDIR}/src +NO_BUILD= yes +WRKSRC= ${WRKDIR}/${DISTNAME} USE_LDCONFIG= yes MAN1= csocks.1 MAN5= csocks.conf.5 MANCOMPRESSED= yes do-install: - ${CP} -p ${WRKDIR}/src/libcsocks.so.1 ${PREFIX}/lib/ + ${CP} -p ${WRKDIR}/${DISTNAME}/freebsd/libcsocks.so.1 ${PREFIX}/lib/ ${LN} -fs ${PREFIX}/lib/libcsocks.so.1 ${PREFIX}/lib/libcsocks.so - ${CP} -p ${WRKDIR}/freebsd/csocks ${PREFIX}/bin - ${CP} -p ${WRKDIR}/csocks.conf ${PREFIX}/etc/csocks.conf.sample - ${CP} -p ${WRKDIR}/man/csocks.1.gz ${MANPREFIX}/man/man1 - ${CP} -p ${WRKDIR}/man/csocks.conf.5.gz ${MANPREFIX}/man/man5 + ${CP} -p ${WRKDIR}/${DISTNAME}/freebsd/csocks ${PREFIX}/bin + ${CP} -p ${WRKDIR}/${DISTNAME}/freebsd/csocks.conf ${PREFIX}/etc/ + ${CP} -p ${WRKDIR}/${DISTNAME}/man/csocks.1.gz ${MANPREFIX}/man/man1 + ${CP} -p ${WRKDIR}/${DISTNAME}/man/csocks.conf.5.gz ${MANPREFIX}/man/man5 .include <bsd.port.mk> diff -bBc -ruN freebsd_port_15/distinfo freebsd_port_12/distinfo --- freebsd_port_15/distinfo 2008-02-15 12:04:20.000000000 +0100 +++ freebsd_port_12/distinfo 2008-02-12 16:32:08.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (csocks_1.5.tar.gz) = e029272657074ca2506cd8ac6b65752d -SHA256 (csocks_1.5.tar.gz) = 1708876017790bd62c8485d95d61dc85d1f9cbf4dcde6d0bc72a8c8968a8adf1 -SIZE (csocks_1.5.tar.gz) = 28604 +MD5 (csocks_1.1.tar.gz) = 0a5ed6a295885d8024517203ed874fa1 +SHA256 (csocks_1.1.tar.gz) = ec1a2ffd28b0f2cbe23c54339a719b93290a0f977e2f666aec85983e26ffdc68 +SIZE (csocks_1.1.tar.gz) = 57672 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802201609.m1KG9PPC005951>