svn commit: r330531 - head/x11/slim

Lars Engels lars.engels at 0x20.net
Thu Oct 24 19:10:28 UTC 2013


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:
> 
> > Author: lme
> > Date: Wed Oct 16 19:25:26 2013
> > New Revision: 330531
> > URL: http://svnweb.freebsd.org/changeset/ports/330531
> > 
> > Log:
> >   - Fix plist
> >   - Bump PORTREVISION
> >   
> >   Approved by:	maintainer
> > 
> > Modified:
> >   head/x11/slim/Makefile
> >   head/x11/slim/pkg-plist
> 
> I think pkg-plist is still incorrect. During make install I get:
> 
> cp: /usr/local/etc/pam.d/pam.d/slim: No such file or directory
> 
> Index: x11/slim/Makefile
> ===================================================================
> --- x11/slim/Makefile   (revision 330601)
> +++ x11/slim/Makefile   (working copy)
> @@ -3,7 +3,7 @@
>  
>  PORTNAME=      slim
>  PORTVERSION=   1.3.5
> -PORTREVISION=  2
> +PORTREVISION=  3
>  CATEGORIES=    x11
>  MASTER_SITES=  ftp://ftp.berlios.de/pub/slim/ \
>                 SF/slim.berlios
> Index: x11/slim/pkg-plist
> ===================================================================
> --- 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; then 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/slim; fi
> +%%PAM%%@exec if [ ! -f %D/etc/pam.d/slim ]; then cp -p %D/%F %B/slim; fi
> 
> 
> This was also included in my previous patch.

Thanks, I committed your patch.

Lars
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20131024/2ee7b0f5/attachment.sig>


More information about the svn-ports-head mailing list