Date: Fri, 30 Jan 2004 10:51:01 +0100 (CET) From: Antonio Bonifati <ant@venus.deis.unical.it> To: FreeBSD-gnats-submit@FreeBSD.org Cc: ant@venus.deis.unical.it Subject: ports/62100: [maintainer update] Message-ID: <200401300951.i0U9p1M3024528@venus.deis.unical.it> Resent-Message-ID: <200401301000.i0UA0Ybb050258@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <ant@monitor.deis.unical.it> # -# $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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401300951.i0U9p1M3024528>