Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 May 2013 21:14:12 +0200
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        Bryan Drewery <bdrewery@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r317043 - in head/ports-mgmt/pkg: . files
Message-ID:  <51816984.8070001@FreeBSD.org>
In-Reply-To: <201305011851.r41IplZG066850@svn.freebsd.org>
References:  <201305011851.r41IplZG066850@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2013-05-01 20:51, Bryan Drewery wrote:> Author: bdrewery
> Date: Wed May  1 18:51:46 2013
> New Revision: 317043
> URL: http://svnweb.freebsd.org/changeset/ports/317043
> 
> Log:
>   - Update to 1.0.12
>   
>   *** Binary Package Builders: It is recommended to rebuild
>       all packages and then run 'pkg check -Ba' and 'pkg
>       upgrade' on your client servers once. This will allow
>       the new shlib tracking to reinstall packages that have
>       changed shlib requirements. This step is optional.
>   
>   Changes:
>       * Always track provided SHLIBS now when packages are
>         created
>       * Automatically reinstall packages when their needed shlibs
>         or dependencies change. This removes the need to run
>         'pkg install -Rf' in many, but not all, cases.
>       * New DB lock strategy when stored on a network filesystem
>       * pkg version: Show ? when package is missing on remote
>       * pkg check -s: Return non-zero exit status if a mismatch
>         is found
>       * pkg audit: Implement -q
>       * Add more periodic scripts
>       * Add bash completion script
>       * pkg audit: Performance optimizations
>       * Build fixes
>       * Add some forward-compatibility support for upcoming 1.1
>   
>   Thank you to all contributors, listed in the upstream commits:
>       https://github.com/pkgng/pkgng/commits/1.0.12
>   
>   With hat:	portmgr
> 
> Deleted:
>   head/ports-mgmt/pkg/files/
> Modified:
>   head/ports-mgmt/pkg/Makefile
>   head/ports-mgmt/pkg/distinfo
>   head/ports-mgmt/pkg/pkg-plist
> 

>  
> +PERIODIC_DAILY=		400.status-pkg 411.pkg-backup 490.status-pkg-changes
> +PERIODIC_SECURITY=	410.pkg-audit 460.pkg-checksum
> +PERIDIC_ALL=		${PERIODIC_DAILY} ${PERIODIC_SECURITY}
^^^^^^^^^^^^^^
Why not use s/PERIDIC_ALL/PERIODIC_ALL/ or is this a typo?

>  post-install:
> -	@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/scripts/periodic/410.pkg-audit
> +.for periodic in ${PERIDIC_ALL}
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Same here





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51816984.8070001>