Date: Thu, 24 Oct 2013 21:10:25 +0200 From: Lars Engels <lars.engels@0x20.net> To: "Herbert J. Skuhra" <h.skuhra@gmail.com> Cc: Lars Engels <lme@FreeBSD.org>, svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r330531 - head/x11/slim Message-ID: <20131024191024.GR65833@e-new.0x20.net> In-Reply-To: <86txggo29m.wl%h.skuhra@gmail.com> References: <201310161925.r9GJPRHM021762@svn.freebsd.org> <86txggo29m.wl%h.skuhra@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131024191024.GR65833>