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

Bryan Drewery bdrewery at FreeBSD.org
Wed May 1 19:16:17 UTC 2013


On 5/1/2013 2:14 PM, Olli Hauer wrote:
> 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
> 

Yup typo. Thanks for spotting.

-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 898 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20130501/5fcd4834/attachment.sig>


More information about the svn-ports-all mailing list