From owner-cvs-all@FreeBSD.ORG Fri Dec 2 18:49:46 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67311106564A; Fri, 2 Dec 2011 18:49:46 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from worf.ds9.tecnik93.com (worf.ds9.tecnik93.com [81.196.207.130]) by mx1.freebsd.org (Postfix) with ESMTP id 18A528FC17; Fri, 2 Dec 2011 18:49:46 +0000 (UTC) Received: from it.buh.tecnik93.com (unknown [188.26.88.236]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by worf.ds9.tecnik93.com (Postfix) with ESMTPSA id 35FBB22C560D; Fri, 2 Dec 2011 20:31:32 +0200 (EET) Date: Fri, 2 Dec 2011 20:31:29 +0200 From: Ion-Mihai Tetcu To: Alexey Dokuchaev Message-ID: <20111202203129.456c1f1c@it.buh.tecnik93.com> In-Reply-To: <20111201114822.GA63988@FreeBSD.org> References: <201112011044.pB1Aiql7047544@repoman.freebsd.org> <20111201104500.30DC91065789@hub.freebsd.org> <20111201110523.GA17923@FreeBSD.org> <20111201114822.GA63988@FreeBSD.org> X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; amd64-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/MkcERsoM/irdu8+19hupD/m"; protocol="application/pgp-signature" Cc: cvs-ports@FreeBSD.org, ports-committers@FreeBSD.org, "Sergey A. Osokin" , cvs-all@FreeBSD.org, Pietro Cerutti Subject: Re: [ports] cvs commit: ports/devel/glui Makefile ports/devel/glui/files patch-makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Dec 2011 18:49:46 -0000 --Sig_/MkcERsoM/irdu8+19hupD/m Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Thu, 1 Dec 2011 11:48:22 +0000 Alexey Dokuchaev wrote: > On Thu, Dec 01, 2011 at 11:05:23AM +0000, Sergey A. Osokin wrote: > > On Thu, Dec 01, 2011 at 10:45:00AM +0000, Pietro Cerutti wrote: > > > gahr 2011-12-01 10:44:52 UTC > > >=20 > > > Modified files: > > > devel/glui Makefile=20 > > > devel/glui/files patch-makefile=20 > > > Log: > > > - Build and install shared library as well > > > =20 > > > Feature safe: yes > > >=20 > > > Index: ports/devel/glui/Makefile > > > diff -u ports/devel/glui/Makefile:1.13 > > > ports/devel/glui/Makefile:1.14 --- > > > ports/devel/glui/Makefile:1.13 Tue Feb 9 19:39:53 2010 > > > +++ ports/devel/glui/Makefile Thu Dec 1 10:44:52 2011 @@ > > > -21,12 +21,13 @@=20 > > > WRKSRC=3D ${WRKDIR}/${DISTNAME}/src > > > =20 > > > -PLIST_FILES=3D include/glui.h lib/libglui.a > > > +PLIST_FILES=3D include/glui.h lib/libglui.a lib/libglui.so > > > PORTDOCS=3D * > > > =20 > > > do-install: > > > ${INSTALL_DATA} ${WRKSRC}/include/GL/glui.h > > > ${PREFIX}/include/ ${INSTALL_DATA} ${WRKSRC}/lib/libglui.a > > > ${PREFIX}/lib/ > > > + ${INSTALL_DATA} ${WRKSRC}/lib/libglui.so ${PREFIX}/lib/ > > > .if !defined(NOPORTDOCS) > > > ${MKDIR} ${DOCSDIR} > > > ${INSTALL_DATA} ${WRKSRC}/doc/glui_manual.pdf ${DOCSDIR}/ > >=20 > > Could you please bump PORTREVISION due to package and pkg-list > > changes? >=20 > While normally, since both old and new packages have correct pkg-list, > bumping PORTREVISION is not necessary, in this case it might be > required if this is dependent port, and consumers might want to link > to newly installed shared library (that is, if previously installed > version would not work). It is necessary to bump it, to get the package rebuilt on pointy. --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B --Sig_/MkcERsoM/irdu8+19hupD/m Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iEYEARECAAYFAk7ZGYIACgkQJ7GIuiH/oeXKZQCfR0SfbCUJ36sOUUV/noYkZMca 9iIAnRVGJSco/td8owIYCzSgoRQwhW55 =YWrg -----END PGP SIGNATURE----- --Sig_/MkcERsoM/irdu8+19hupD/m--