From owner-svn-ports-head@freebsd.org Sat Dec 5 10:23:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12C83A4121E for ; Sat, 5 Dec 2015 10:23:25 +0000 (UTC) (envelope-from jbeich@vfemail.net) Received: from vfemail.net (fiveseven.neocoil.com [12.31.100.157]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B081E1515 for ; Sat, 5 Dec 2015 10:23:24 +0000 (UTC) (envelope-from jbeich@vfemail.net) Received: (qmail 59886 invoked by uid 89); 5 Dec 2015 10:23:16 -0000 Received: from localhost (HELO freequeue.vfemail.net) (127.0.0.1) by localhost with (DHE-RSA-AES256-SHA encrypted) SMTP; 5 Dec 2015 10:23:16 -0000 Received: (qmail 59787 invoked by uid 89); 5 Dec 2015 10:22:59 -0000 Received: by simscan 1.3.1 ppid: 59779, pid: 59783, t: 0.0044s scanners:none Received: from unknown (HELO smtp102-2.vfemail.net) (172.16.100.62) by FreeQueue with SMTP; 5 Dec 2015 10:22:59 -0000 Received: (qmail 21438 invoked by uid 89); 5 Dec 2015 10:23:05 -0000 Received: by simscan 1.4.0 ppid: 21396, pid: 21428, t: 0.6214s scanners:none Received: from unknown (HELO nil) (amJlaWNoQHZmZW1haWwubmV0@172.16.100.27) by mail.vfemail.net with ESMTPA; 5 Dec 2015 10:23:05 -0000 From: Jan Beich To: Baptiste Daroussin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r403050 - in head: . Mk/Uses devel/ncurses In-Reply-To: <201512050946.tB59kKaC007697@repo.freebsd.org> (Baptiste Daroussin's message of "Sat, 5 Dec 2015 09:46:20 +0000 (UTC)") References: <201512050946.tB59kKaC007697@repo.freebsd.org> Date: Sat, 05 Dec 2015 11:22:58 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Dec 2015 10:23:25 -0000 --=-=-= Content-Type: text/plain Baptiste Daroussin writes: > Author: bapt > Date: Sat Dec 5 09:46:20 2015 > New Revision: 403050 > URL: https://svnweb.freebsd.org/changeset/ports/403050 > > Log: > Update ncurses to 6.0 > from now ncurses will track the release and not the snapshots > ABI has changed, add a note for users on how to upgrade [...] > NCURSES_PORT?= devel/ncurses > -NCURSES_SHLIBVER?= 5 > +NCURSES_SHLIBVER?= 6 UPDATING entry is a poor excuse to not bump PORTREVISION in consumers. $ git grep -lF ncurses:port '*/Makefile*' audio/ncmpcpp/Makefile devel/adacurses/Makefile mail/mutt14/Makefile security/metasploit/Makefile x11/sterm/Makefile Maybe ignore uncertain cases (no RPATH and SOVERSION check) $ git grep -lF devel/ncurses '*/Makefile*' devel/ccons/Makefile sysutils/gdisk/Makefile > +20151205: > + AFFECTS: users of devel/ncurses [...] > + Users of portmaster/portupgrade must rebuild all ports which depend > + on ffmpeg. How ffmpeg is related to ncurses? --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJWYrsCXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQjQ0MzY3NEM3RDIzNTc4NkUxNDkyQ0VF NEM3Nzg4MzQ3OURCRERCAAoJEOTHeINHnb3bY2AIAM84YldSFyFNGXYtOAc2ZVCE eLlrA196eqlzM4IlPCjkEpSx7Supld/YWik47tjpDrgFXan6aseZ505+2qg+pfWF atbrf9DbEmPRyrI6vlZ00kvAMEuKj59HsBQ8Xg8N//datNooTr5JK40tw2Uvn4Jz XA3wD8kqmrUV7DNOI4tNgRxFC8UuqQON5WP79YKpz0qfMuJTAkhNlVtAMmJGP29U tbvjYNeoCqU5Htq3hzyvOp7kbYGDRgub9UECxretlTcfOeVJyRtXVKB0MekyoHBs jn3MuG50/CsCBlU1VSg4uwrioRFwUp88YUOMf/LfOZ8Kpsuqz+y8VYrrcbIOdi4= =M0PF -----END PGP SIGNATURE----- --=-=-=--