From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 30 02:00:42 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BD7916A4D7 for ; Fri, 30 Jan 2004 02:00:42 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5126643D31 for ; Fri, 30 Jan 2004 02:00:34 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i0UA0YFR050262 for ; Fri, 30 Jan 2004 02:00:34 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i0UA0Ybb050258; Fri, 30 Jan 2004 02:00:34 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 30 Jan 2004 02:00:34 -0800 (PST) Resent-Message-Id: <200401301000.i0UA0Ybb050258@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Antonio Bonifati Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CC8D16A4CF for ; Fri, 30 Jan 2004 01:51:11 -0800 (PST) Received: from venus.deis.unical.it (venus.deis.unical.it [160.97.29.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E0C143D6E for ; Fri, 30 Jan 2004 01:50:25 -0800 (PST) (envelope-from ant@venus.deis.unical.it) Received: from venus.deis.unical.it (localhost.deis.unical.it [127.0.0.1]) i0U9p1KV024529; Fri, 30 Jan 2004 10:51:01 +0100 (CET) (envelope-from ant@venus.deis.unical.it) Received: (from ant@localhost) by venus.deis.unical.it (8.12.8p1/8.12.8/Submit) id i0U9p1M3024528; Fri, 30 Jan 2004 10:51:01 +0100 (CET) Message-Id: <200401300951.i0U9p1M3024528@venus.deis.unical.it> Date: Fri, 30 Jan 2004 10:51:01 +0100 (CET) From: Antonio Bonifati To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: ant@venus.deis.unical.it Subject: ports/62100: [maintainer update] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Antonio Bonifati List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jan 2004 10:00:42 -0000 >Number: 62100 >Category: ports >Synopsis: [maintainer update] >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 Jan 30 02:00:33 PST 2004 >Closed-Date: >Last-Modified: >Originator: Antonio Bonifati >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: System: FreeBSD venus.deis.unical.it 4.9-RELEASE FreeBSD 4.9-RELEASE #2: Wed Jan 7 12:27:32 CEST 2004 root@venus.deis.unical.it:/usr/src/sys/compile/VENUS i386 >Description: Upgrade from version 1.1 to 1.2. For a list of changes see: http://monitor.deis.unical.it/ant/tpad/docs/ChangeLog >How-To-Repeat: >Fix: --- tpad-1.2.diff begins here --- diff -ruN tpad.bak/Makefile tpad/Makefile --- tpad.bak/Makefile Thu Jan 29 21:28:56 2004 +++ tpad/Makefile Thu Jan 29 22:53:04 2004 @@ -2,17 +2,17 @@ # Date created: 10 November 2003 # Whom: Antonio Bonifati # -# $FreeBSD: ports/editors/tpad/Makefile,v 1.2 2004/01/08 01:17:24 edwin Exp $ +# $FreeBSD$ # PORTNAME= tpad -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= editors tcl84 tk84 MASTER_SITES= http://monitor.deis.unical.it/ant/tpad/ \ http://queen.rett.polimi.it/~ant/tcl/script/ MAINTAINER= ant@monitor.deis.unical.it -COMMENT= Win95/98 (TM) Notepad clone written in Tcl/Tk +COMMENT= Windows XP (TM) Notepad clone written in Tcl/Tk RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 @@ -21,11 +21,17 @@ PORTDOCS= ChangeLog conf.html index.html intro.html keys.html \ log.html mouse.html todo tpad.html +MAN1= tpad.1 +MLINKS= tpad.1 tview.1 do-install: ${INSTALL_SCRIPT} ${WRKDIR}/bin/tpad ${PREFIX}/bin/tpad post-install: + ${TEST} -e ${PREFIX}/bin/tview || (cd ${PREFIX}/bin ; ${LN} -s tpad tview) +.if !defined(NO_INSTALL_MANPAGES) + ${INSTALL_MAN} ${WRKDIR}/man/man1/tpad.1 ${MANPREFIX}/man/man1 +.endif .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for docfile in ${PORTDOCS} diff -ruN tpad.bak/distinfo tpad/distinfo --- tpad.bak/distinfo Thu Jan 29 21:28:56 2004 +++ tpad/distinfo Thu Jan 29 21:53:29 2004 @@ -1 +1 @@ -MD5 (tpad-1.1.tar.gz) = 26bc63caf91ce18362106ec762b0c09f +MD5 (tpad-1.2.tar.gz) = 95a5d1b74866a5268696ac97d9698255 diff -ruN tpad.bak/pkg-plist tpad/pkg-plist --- tpad.bak/pkg-plist Thu Jan 29 21:28:56 2004 +++ tpad/pkg-plist Thu Jan 29 22:49:11 2004 @@ -1,2 +1,3 @@ bin/tpad +bin/tview etc/tpad.conf.sample --- tpad-1.2.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: