svn commit: r317043 - in head/ports-mgmt/pkg: . files

Olli Hauer ohauer at FreeBSD.org
Wed May 1 19:14:11 UTC 2013


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




More information about the svn-ports-all mailing list