From owner-svn-ports-all@FreeBSD.ORG Thu Oct 24 19:10:28 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5AB853FD; Thu, 24 Oct 2013 19:10:28 +0000 (UTC) (envelope-from lars@e-new.0x20.net) Received: from mail.0x20.net (mail.0x20.net [217.69.76.211]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 13ED223F4; Thu, 24 Oct 2013 19:10:27 +0000 (UTC) Received: from e-new.0x20.net (mail.0x20.net [IPv6:2001:aa8:fffb:1::3]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.0x20.net (Postfix) with ESMTPS id 670196A6004; Thu, 24 Oct 2013 21:10:25 +0200 (CEST) Received: from e-new.0x20.net (localhost [127.0.0.1]) by e-new.0x20.net (8.14.7/8.14.7) with ESMTP id r9OJAPUS022507; Thu, 24 Oct 2013 21:10:25 +0200 (CEST) (envelope-from lars@e-new.0x20.net) Received: (from lars@localhost) by e-new.0x20.net (8.14.7/8.14.7/Submit) id r9OJAPpv022450; Thu, 24 Oct 2013 21:10:25 +0200 (CEST) (envelope-from lars) Date: Thu, 24 Oct 2013 21:10:25 +0200 From: Lars Engels To: "Herbert J. Skuhra" Subject: Re: svn commit: r330531 - head/x11/slim Message-ID: <20131024191024.GR65833@e-new.0x20.net> References: <201310161925.r9GJPRHM021762@svn.freebsd.org> <86txggo29m.wl%h.skuhra@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5xr6Gr0irOxp3+3c" Content-Disposition: inline In-Reply-To: <86txggo29m.wl%h.skuhra@gmail.com> X-Editor: VIM - Vi IMproved 7.3 X-Operation-System: FreeBSD 8.4-RELEASE-p4 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Lars Engels , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 19:10:28 -0000 --5xr6Gr0irOxp3+3c Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 17, 2013 at 08:11:17AM +0200, Herbert J. Skuhra wrote: > On Wed, 16 Oct 2013 19:25:27 +0000 (UTC) > Lars Engels wrote: >=20 > > Author: lme > > Date: Wed Oct 16 19:25:26 2013 > > New Revision: 330531 > > URL: http://svnweb.freebsd.org/changeset/ports/330531 > >=20 > > Log: > > - Fix plist > > - Bump PORTREVISION > > =20 > > Approved by: maintainer > >=20 > > Modified: > > head/x11/slim/Makefile > > head/x11/slim/pkg-plist >=20 > I think pkg-plist is still incorrect. During make install I get: >=20 > cp: /usr/local/etc/pam.d/pam.d/slim: No such file or directory >=20 > Index: x11/slim/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- x11/slim/Makefile (revision 330601) > +++ x11/slim/Makefile (working copy) > @@ -3,7 +3,7 @@ > =20 > PORTNAME=3D slim > PORTVERSION=3D 1.3.5 > -PORTREVISION=3D 2 > +PORTREVISION=3D 3 > CATEGORIES=3D x11 > MASTER_SITES=3D ftp://ftp.berlios.de/pub/slim/ \ > SF/slim.berlios > Index: x11/slim/pkg-plist > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- x11/slim/pkg-plist (revision 330601) > +++ x11/slim/pkg-plist (working copy) > @@ -11,4 +11,4 @@ > @exec if [ ! -f %D/etc/slim.conf ]; then cp -p %D/%F %B/slim.conf; fi > %%PAM%%@unexec if cmp -s %D/etc/pam.d/slim.default %D/etc/pam.d/slim; th= en rm -f %D/etc/pam.d/slim; fi > %%PAM%%etc/pam.d/slim.default > -%%PAM%%@exec if [ ! -f %D/etc/pam.d/slim ]; then cp -p %D/%F %B/pam.d/sl= im; fi > +%%PAM%%@exec if [ ! -f %D/etc/pam.d/slim ]; then cp -p %D/%F %B/slim; fi >=20 >=20 > This was also included in my previous patch. Thanks, I committed your patch. Lars --5xr6Gr0irOxp3+3c Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.21 (FreeBSD) iEYEARECAAYFAlJpcKAACgkQKc512sD3afi8DACdHwKNTFrsTqJL6DJmQ1li8uMK wTEAoMHXZ4tD8gJ0uMGJTIRoU70GOU8A =bwUw -----END PGP SIGNATURE----- --5xr6Gr0irOxp3+3c--