From owner-freebsd-ports@FreeBSD.ORG Sat Nov 3 09:25:51 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB91E16A421 for ; Sat, 3 Nov 2007 09:25:51 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.freebsd.org (Postfix) with ESMTP id 6888113C49D for ; Sat, 3 Nov 2007 09:25:51 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id BA0912C50CED; Sat, 3 Nov 2007 11:26:08 +0200 (EET) Date: Sat, 3 Nov 2007 11:26:02 +0200 From: Ion-Mihai Tetcu To: rihad@mail.ru Message-ID: <20071103112602.44508578@it.buh.tecnik93.com> In-Reply-To: <472C1042.2060309@mail.ru> References: <472C1042.2060309@mail.ru> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/3oq_riG_Zfg3Qv0I_kRBdOK"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: freebsd-ports@freebsd.org Subject: Re: watching changelogs easily X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Nov 2007 09:25:51 -0000 --Sig_/3oq_riG_Zfg3Qv0I_kRBdOK Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Sat, 03 Nov 2007 10:08:02 +0400 rihad wrote: > Hi, >=20 > Is there any centralized way to see what changes were made in the new > version of whatever the port is for? I know of freshports.org, but it > only lists the port's own changes, not the app's. Unfortunately no. For the users of mail/dspam* I provide this: pre-everything:: .ifndef(MAINT) @${ECHO_CMD} "" @${ECHO_CMD} "Last ${FILESDIR}/UPDATING entry:" @${ECHO_CMD} "#####################################################= ######################" @${SED} -n < ${FILESDIR}/UPDATING "/^# ${PKGNAME}/,/^#####/p" @${ECHO_CMD} "" @sleep 5 .endif We could probably add this in the infrastructure for those maintainers that want / have time to offer this feature by running the above code only if files/UPDATING exists in the respective port. --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" --Sig_/3oq_riG_Zfg3Qv0I_kRBdOK Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHLD6wBX6fi0k6KXsRAjpxAJ4hd3+4R3QDqSR6k8GnH/JL2j92VQCg2lcn GdTYSC4LGHmVWxZyLKnuusY= =Pawe -----END PGP SIGNATURE----- --Sig_/3oq_riG_Zfg3Qv0I_kRBdOK--