Date: Fri, 16 Feb 2007 06:29:31 +0100 (CET) From: Martin Tournoij <carpetsmoker@xs4all.nl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/109217: math/add update Message-ID: <20070216052931.2A4C1B833@glitch.carpetsmoker.net> Resent-Message-ID: <200702160610.l1G6A50h097633@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 109217 >Category: ports >Synopsis: math/add update >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 16 06:10:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Martin Tournoij >Release: FreeBSD 6.2-RC2 i386 >Organization: >Environment: System: FreeBSD phong.carpetsmoker.net 6.2-RC2 FreeBSD 6.2-RC2 #0: Tue Jan 2 20:32:46 UTC 2007 carpetsmoker@phong.carpetsmoker.net:/usr/obj/nfs/src/sys/PHONG i386 >Description: - Update to 20070214 - Take maintainership >How-To-Repeat: >Fix: --- add.patch begins here --- diff -u -r Makefile.orig Makefile --- Makefile.orig Sun Mar 7 17:42:30 2004 +++ Makefile Fri Feb 16 05:59:12 2007 @@ -2,25 +2,22 @@ # Date created: 20 August 1998 # Whom: Andrey Zakhvatov # -# $FreeBSD: ports/math/add/Makefile,v 1.9 2004/03/07 16:42:30 krion Exp $ -# +# $FreeBSD$ PORTNAME= add -PORTVERSION= 20021229 +PORTVERSION= 20070214 CATEGORIES= math -MASTER_SITES= ftp://dickey.his.com/add/ +MASTER_SITES= ftp://dickey.his.com/add/ \ + http://www.carpetsmoker.net/distfiles/ EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= carpetsmoker@xs4all.nl COMMENT= Full-screen editing calculator -WRKSRC= ${WRKDIR}/${PORTNAME}-t${PORTVERSION} - GNU_CONFIGURE= yes MAKEFILE= makefile MAN1= add.1 -PORTDOCS= CHANGES README PLIST_FILES= bin/add %%DATADIR%%/add.hlp PLIST_DIRS= %%DATADIR%% @@ -29,11 +26,5 @@ ${INSTALL_MAN} ${WRKSRC}/add.1 ${MANPREFIX}/man/man1 @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/add.hlp ${DATADIR} -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in CHANGES README - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor -.endif .include <bsd.port.mk> Only in .: add.patch diff -u -r distinfo distinfo --- distinfo Fri Nov 25 16:47:57 2005 +++ distinfo Fri Feb 16 05:42:16 2007 @@ -1,3 +1,3 @@ -MD5 (add-20021229.tgz) = 3739f37731601cbbc608d89299be9a72 -SHA256 (add-20021229.tgz) = 8c19b10b35ad05700f11e8982c26a42d3c209051208b827d7022ca216c3c4d12 -SIZE (add-20021229.tgz) = 91875 +MD5 (add-20070214.tgz) = 939091db5323c54b6bf65dd01885db9d +SHA256 (add-20070214.tgz) = 9c39b4c914cd6122e8d9b9101dbe78df86b86d8ea91ef281f148f04fd5ac856e +SIZE (add-20070214.tgz) = 102608 --- add.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?20070216052931.2A4C1B833>