Date: 7 Feb 2006 11:44:56 -0200 From: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/92968: Fix port: mail/postilion Message-ID: <20060207134456.70988.qmail@capeta.freebsdbrasil.com.br> Resent-Message-ID: <200602071350.k17Do4Yk089969@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 92968 >Category: ports >Synopsis: Fix port: mail/postilion >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: Tue Feb 07 13:50:04 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jean Milanez Melo >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD capeta.freebsdbrasil.com.br 5.3-STABLE FreeBSD 5.3-STABLE #5: Wed Mar 2 15:03:19 BRT 2005 eksffa@capeta.freebsdbrasil.com.br:/usr/obj/usr/src/sys/CAPETA i386 >Description: - The tarball name was changed. The diff don't show any difference between the tarballs. - Now it's fetchable again. :) >How-To-Repeat: >Fix: --- postilion.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/postilion/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- Makefile 10 Apr 2004 17:26:43 -0000 1.18 +++ Makefile 7 Feb 2006 13:40:56 -0000 @@ -8,7 +8,8 @@ PORTNAME= postilion PORTVERSION= 0.9.3c CATEGORIES= mail tk83 -MASTER_SITES= http://www.postilion.org/ +MASTER_SITES= http://www.postilion.org/software/Postilion/ +DISTNAME= ${PORTNAME}-current MAINTAINER= ports@FreeBSD.org COMMENT= Mail client with the NeXt look @@ -18,6 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/Img1.2/pkgIndex.tcl:${PORTSDIR}/graphics/libimg BUILD_DEPENDS= tclsh8.3:${PORTSDIR}/lang/tcl83 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKEFILE= ${FILESDIR}/Makefile.bsd MAKE_ARGS= PORTVERSION="${PORTVERSION}" LOCALBASE="${LOCALBASE}" \ MKDIR="${MKDIR}" INSTALL_DATA="${INSTALL_DATA}" \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/postilion/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 25 Nov 2005 15:30:54 -0000 1.5 +++ distinfo 7 Feb 2006 13:40:56 -0000 @@ -1,3 +1,3 @@ -MD5 (postilion-0.9.3c.tar.gz) = e87addacfd83e30cd678eb6d549ef655 -SHA256 (postilion-0.9.3c.tar.gz) = 83f144b4d775fb5fbd257f11c63819effe7a182192dddae5e4f8bed5422291e8 -SIZE (postilion-0.9.3c.tar.gz) = 2277965 +MD5 (postilion-current.tar.gz) = e87addacfd83e30cd678eb6d549ef655 +SHA256 (postilion-current.tar.gz) = 83f144b4d775fb5fbd257f11c63819effe7a182192dddae5e4f8bed5422291e8 +SIZE (postilion-current.tar.gz) = 2277965 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/mail/postilion/pkg-descr,v retrieving revision 1.3 diff -u -r1.3 pkg-descr --- pkg-descr 20 Nov 2001 23:29:28 -0000 1.3 +++ pkg-descr 7 Feb 2006 13:40:56 -0000 @@ -16,4 +16,4 @@ More information about Postilion can be found at: -WWW: http://www.postilion.org/ +WWW: http://www.postilion.org/software/Postilion/index.html --- postilion.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?20060207134456.70988.qmail>