Date: Sun, 30 Aug 2009 15:38:08 -0300 (BRT) From: Sylvio Cesar <scjamorim@bsd.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Cc: tillman@seekingfire.com Subject: ports/138357: [PATCH] net/latd: update to 1.28 Message-ID: <20090830183808.D8A90229973@fbsd72.scjamorim.org> Resent-Message-ID: <200908301850.n7UIo3nn020878@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138357 >Category: ports >Synopsis: [PATCH] net/latd: update to 1.28 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Aug 30 18:50:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sylvio Cesar >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: System: FreeBSD fbsd72.scjamorim.org 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Mon Aug 3 22:10:47 BRT >Description: - Update to 1.28 - Changed pkg-plist and sorted Added file(s): - pkg-message You can see log in mine tinderbox: 7-stable - i386 http://www.scjamorim.org/Home/latd-1.28.log 7-stable - amd64 http://www.scjamorim.org/Home/latd-1.28_amd64.log Port maintainer (tillman@seekingfire.com) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- latd-1.28.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/latd/Makefile,v retrieving revision 1.10 diff -u -u -r1.10 Makefile --- Makefile 22 Aug 2009 00:31:29 -0000 1.10 +++ Makefile 30 Aug 2009 18:37:43 -0000 @@ -6,7 +6,7 @@ # PORTNAME= latd -PORTVERSION= 1.25 +PORTVERSION= 1.28 CATEGORIES= net MASTER_SITES= SF/linux-decnet/${PORTNAME}/${PORTVERSION} @@ -22,4 +22,7 @@ MAN5= latd.conf.5 MAN8= latd.8 latcp.8 moprc.8 +post-install: + @${CAT} ${PKGMESSAGE} + .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/latd/distinfo,v retrieving revision 1.7 diff -u -u -r1.7 distinfo --- distinfo 6 Feb 2007 21:05:54 -0000 1.7 +++ distinfo 30 Aug 2009 18:37:43 -0000 @@ -1,3 +1,3 @@ -MD5 (latd-1.25.tar.gz) = e380543278458e276f4200edc4c9a268 -SHA256 (latd-1.25.tar.gz) = c963afd31e65a5de6139fbbf4b188a04b9f7db711804a23890812a1546551e04 -SIZE (latd-1.25.tar.gz) = 207959 +MD5 (latd-1.28.tar.gz) = 657ee8d7d3f06f33d0a74cac053d5ab5 +SHA256 (latd-1.28.tar.gz) = d7177edd102d2a6c3029b69be3fc8a7195c42db63faf43e4c533431cd510e21b +SIZE (latd-1.28.tar.gz) = 235453 Index: pkg-message =================================================================== RCS file: pkg-message diff -N pkg-message --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ pkg-message 30 Aug 2009 18:37:43 -0000 @@ -0,0 +1,3 @@ +************************************************************ +You should copy etc/latd.conf.sample to etc/latd.conf +************************************************************ Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/net/latd/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 23 Dec 2003 22:43:07 -0000 1.1 +++ pkg-plist 30 Aug 2009 18:37:43 -0000 @@ -1,5 +1,6 @@ +@unexec if cmp -s %D/etc/latd.conf %D/etc/latd.conf.sample; then rm -f %D/etc/latd.conf; fi +etc/latd.conf.sample +bin/llogin sbin/latd sbin/latcp sbin/moprc -bin/llogin -etc/latd.conf.sample --- latd-1.28.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?20090830183808.D8A90229973>