| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
17 May 2013 05:13:33
1.0.12_1
|
bdrewery  |
- Fix crash while packaging netbeans
Reported by: many
Reviewed by: bapt |
01 May 2013 19:17:59
1.0.12
|
bdrewery  |
- Fix typo (does not affect build or package)
Submitted by: ohauer
With hat: portmgr |
01 May 2013 18:51:47
1.0.12
|
bdrewery  |
- 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(Only the first 15 lines of the commit message are shown above ) |
20 Apr 2013 21:44:04
1.0.11
|
bapt  |
Fix build after addition of -Wmissing-variable-declarations to WARNS=6 in HEAD
Submitted by: ed
Feature safe: yes |
31 Mar 2013 01:02:19
1.0.11
|
bdrewery  |
- Update to 1.0.11
Changes:
- Fixes pkg-[r]query %d only returning the first
depedency. This could have resulted in packages
being built without a full depedency list. It is
recommended to rebuild any packages built in the
last day.
With hat: portmgr |
30 Mar 2013 04:50:18
1.0.10
|
bdrewery  |
- Update to 1.0.10
- Replace tab with space in pkg-descr
Changes:
- gcc44/gcc48 build fixes
- pkg-install now returns 0 when requested pkgs already
installed
- Fixed pkgconf file handling
- Hard-coded post-deinstall list has been moved to
bsd.pkgng.mk as _FORCE_POST_PATTERNS so we can update
that instead of having a pkgng release every time a new
one is identified.
- Add pkg check -n for -d to be scriptable
- Fix memory corruption if WWW passed directly to manifest
- COMMENT/Description/WWW are now required to make valid
packages
- Store fetched packages as 0644
- Add events for conflicts
- Add -F to pkg-install
- Pipe fixes
- Misc fixes |
18 Mar 2013 13:04:26
1.0.9_2
|
bdrewery  |
- Fix lib/gio/modules/giomodule.cache being seen as a leftover
due to @unexec gio-querymodules running before files were deinstalled.
A more extensible solution is being sought for 1.0.10 to be used through
bsd.pkgng.mk
Reported by: miwi, swills
With hat: portmgr |
18 Mar 2013 13:02:03
1.0.9_1
|
bdrewery  |
- Remove the need to patch newvers.sh on revision updates by
passing PORTREVISION into the MAKE_ENV |
14 Mar 2013 10:11:34
1.0.9_1
|
bdrewery  |
- Fix crash in pkg-update
You may need to manually 'pkg add' 1.0.9_1 or rebuild
from ports if you are on 1.0.9
Submitted by: Alexandre Perrin <alexandre.perrin@netoxygen.ch>
Obtained from: upstream git
With hat: portmgr |
14 Mar 2013 02:42:11
1.0.9
|
bdrewery  |
- Update to 1.0.9
Changes:
- pkg-query(8) now returns EX_UNAVAILABLE when no package could be found [1]
- pkg-rquery(8) now returns EX_UNAVAILABLE when no package could be found
- Incompatible ABI message has been improved
- Support base libbsdyml when possible over bundled libyaml
- Fix `pkg install -fR` not installing missing dependencies [2]
- Fix build with clang/gcc-4.7 in some cases [3]
- Fix SRV MIRROR support
- pkg-{fetch,install,upgrade} -L has been deprecated. Please use -U now.
-L will be removed in a future release. Thiwas was done to be consistent
with future support for -U in pkg-rquery(8) and pkg-search(8)
- Make DEVELOPER_MODE architecture suggestion more clear that it is non-fatal.
This is not really implemented yet and is just a hint.(Only the first 15 lines of the commit message are shown above ) |
09 Mar 2013 22:53:59
1.0.8
|
bdrewery  |
- Use USE_SUBMAKE to fix running 'make build deinstall install' not properly
using the pkg-static(8) from WRKSRC during the install phase
PR: ports/171831
Reported by: Garrett Cooper <yaneurabeya@gmail.com>
Approved by: portmgr (bapt) |
27 Feb 2013 07:05:52
1.0.8
|
bapt  |
pkg uses /usr/share/mk/* framwork to build, so it can be tuned via
make.conf/src.conf which is something we don't want when building from the ports
tree.
Make sure to ignore make.conf and src.conf when building.
Reported by: kargl@
Tested by: kargl@ |
20 Feb 2013 22:37:48
1.0.8
|
bapt  |
- update to 1.0.8
- changes:
* libpkg: When reseting a package reset the associated flags
* libpkg: Allow to build with newer and older libarchive
* Fix pkg clean trying to get information on non existing packages
* Fix build with bmake
* Fix multi repository save remote repository to wrong database
* Fix pkg repo incremental update
* Return an error when one of the repository failed to update in multi repo
mode
* Fix dragonfly abi detection to fit the way dragonfly development is done |
28 Jan 2013 20:42:22
1.0.7
|
bapt  |
- update to 1.0.7
- changes:
* Fix HTTP_MIRRORS parsing
* Workaround libarchive not 100% supporting mtree format
* prepend remote repository by 'repo-' in multirepository mode
* If mirror is stored in http use If-Modified-Since
* Register the packagesite in the remote database, pkg update detects
packagesite chanes
* Fix pkg check -s
* Allow to pipe events in json format though a unix socket/fifo via EVENT_PIPE
configuration
* store errno in events when it fits to avoid errno to be overwritten |
22 Jan 2013 10:51:19
1.0.6
|
bapt  |
- update to 1.0.6
- changes:
* Avoid installing .symbols on current
Reported by: kwm
Tested by: kwm |
22 Jan 2013 07:20:09
1.0.5
|
bapt  |
- update to 1.0.5:
- changes:
* Expand all instances of $ORIGIN in RPATH strings
* Use -rpath when building pkg
* Handle the case where left-over records are present in the local database
* Fix license logic
* Fix spelling in manpages
* Fix built with gcc when build without DEBUG_FLAGS
* Allow to set HTTP_PROXY/FTP_PROXY directly in pkg.conf(5)
* Fix +MTREE_DIR extracting during binary installation of a package
* Add experimental feature: HTTP_MIRRORS, see below
Please note that this version does something we normally do not do in a release
branch. It adds an experimental feature: HTTP_MIRRORS, that was requested for
PC-BSD. This feature makes possible to retrieve a list of mirrors via an http
request first, looking for the URL: http://... lines in the fetched page. |
13 Jan 2013 18:25:20
1.0.4_1
|
bdrewery  |
- Fix build due to uninitialized variables, which
were previously hidden due to DEBUG_FLAGS
Obtained from: Upstream git repo
Approved by: bapt |
12 Jan 2013 22:49:08
1.0.4_1
|
bapt  |
Do not install .symbols on current
Reported and tested by: kwm |
09 Jan 2013 03:48:37
1.0.4_1
|
bdrewery  |
- Only show conversion "seatbelt" notice if no
pkgng packages have been installed yet. This fixes
the notice showing after already running pkg2ng but
having 1 or more packages fail to convert.
Approved by: bapt |
22 Dec 2012 19:58:04
1.0.4_1
|
bdrewery  |
- Enable seatbelt again after further testing. It will
work fine as is with portmaster distfiles.
pkg_info -Ea will list invalid packages, while pkg_info only
gives a warning for the packages. This is already handled
due to stderr being sent to /dev/null. The NB_OLDPKGS does
come out correct.
Approved by: bapt (implicit) |
21 Dec 2012 18:32:55
1.0.4_1
|
bapt  |
Temporary disable the seat belt it doesn't play nice with portmaster |
21 Dec 2012 16:11:06
1.0.4_1
|
bdrewery  |
- Fix runtime version still showing 1.0.3
Approved by: bapt |
21 Dec 2012 12:21:03
1.0.4
|
bapt  |
- update to 1.0.4
- changes:
* zsh completion for the help subcomment [1]
* Make unlocking an already unlocked database a no-op,
* Create the PKG_DBDIR if it doesn't exists
* Fix download size calculation
* When analysing shlibs, interpret the special token $ORIGIN in RPATH
correctly
* For shared libraries installed by a package, don't require dynamic library
dependencies to resolve
* Do not warn twice about unknown keywords
* New PERMISSIVE option please do not use !!!
* Add a seat belt in the ports Makefile to avoid automatic switching to pkgng
[2]
Submitted by: ume [1]
Requested by: stas [2]
Bad english by: bapt [2]
Good english by: bdrewery, gjb [2] |
07 Dec 2012 16:17:30
1.0.3_1
|
bapt  |
Add a patch to bump the version output bump by pkg -v this was forgotten in
the last release
Feature safe: yes |
07 Dec 2012 11:26:52
1.0.3
|
bapt  |
- update to 1.0.3
- changes:
* Accept to query _https._tcp srv records
* Fix diskspace change calculation in pkg upgrade
* Fix pkg info -s -F apackage
* Better ABI determination
* Fix pkg upgrade badly returning 0 in case of failure
* Fix build with recent clang 3.2
Feature safe: yes |
06 Nov 2012 16:32:41
1.0.2
|
bapt  |
- update to 1.0.2
- changes:
* Add a completion for zsh
* 1 in pkg.conf is consider as true or yes for booleans
* Fix incremental pkg repo
* Provide a pkgconf pkg.pc file for third party software using libpkg
* Multiple grammar fixes
* Several fixes in pkg create
* Do not emit error if the deletion of a directory fails with EBUSY
* Use isdigit(3) rather than isnumber(3)
* Jail support is automatically disabled it /usr/include/jail.h is not present
* Fix a regression leading to pkg install always returning 0 even when
something wrong happened
* Improve portability so that it now builds on DragonFly BSD
Feature safe: yes |
01 Oct 2012 16:33:20
1.0.1
|
bapt  |
Mark as not ccache safe
Reported by: Piotr Kubaj <pkubaj@gmail.com> |
01 Oct 2012 13:54:16
1.0.1
|
bapt  |
- update to 1.0.1
- changes:
* Allow extra space for environment and command when piping to /bin/sh for
scripts
* Improved DEVELOPER_MODE output
* Error when neither www or desc is defined in the manifest
* pkg help now have the same level of informations as usage()
* Lots of fixes in manpages
* Only try to get checksum on regular files
* pkg2ng: Preserve files under $PKG_DBDIR that don't belong to pkg_tools
* add dry-run to pkg autoremove |
24 Sep 2012 22:18:58
1.0
|
bapt  |
Mark as job safe
Submitted by: Adam McDougall <mcdouga9@egr.msu.edu> |
30 Aug 2012 14:19:30
1.0
|
bapt  |
- update to 1.0
- changes:
* SRV mirroring is on by default
* fix large scripts executions
* pkg check -d now installed packages tags as automatic
* performance improvements |
23 Aug 2012 22:09:53
1.0.r6_1
|
bdrewery  |
- Fix crash when no PACKAGESITE is defined in pkg.conf
Approved by: bapt (mentor, maintainer) |
22 Aug 2012 10:18:41
1.0.r6
|
gahr  |
- Fix prompt sign in pkg-message, pkg2ng must be run as root
Approved by: bapt (portmgr) |
16 Aug 2012 17:05:59
1.0.r6
|
bapt  |
- update to 1.0-rc6
- changes:
* pkg query now fails if no format strings has been provided
* pkg delete pkg is no more allowed expect if -f is specified
* large improvements on pkg backup/restore interface
* do not propose to downgrade dependencies expect if forced to
* every script execution now uses posix_spawn(3)
* this abi is now check on pkg update, if a remote repository does not fit the
desired abi, pkg update will fail.
* allow pkg set -o even if the oldoriring has been uninstalled
* pkg version now has -O to match on package origin
* respect TMPDIR environnement setting
* pkg.conf now has a ${ABI} variable correcponding to the detected ABI or the
set one (sample pkg.conf has been modified to use it)
* when run as non root pkg upgrade is automatically set to dry-run mode
* pkg version can now work on remote repository (no need for a ports tree)
* many buf fixes and man pages improvements |
30 Jul 2012 08:25:35
1.0.r5_1
|
bapt  |
Fix a regression appending newline to commments
Reported by: avilla |
30 Jul 2012 06:23:26
1.0.r5
|
bapt  |
- update to 1.0-rc5
- changes:
* speed improvements in pkg repo on multi core boxes
* fix pkg upgrade proposing to downgrade dependencies
* fix pkg2ng losing seom origin from dependencies
* fix losing new line informations in descriptions
* new -A option to track a new installation as automatically installed |
29 Jul 2012 22:21:31
1.0.r4_1
|
bapt  |
add a fix to pkg2ng preventing losing track of some dependency origins leading
to a failure of the conversion.
Reported by: Pierre Guinoiseau (via gitub issue #314)
Tested by: Pierre Guinoiseau |
20 Jul 2012 20:21:09
1.0.r4
|
bapt  |
- update to 1.0-rc4
- changes:
* Fix reinstalling package due to options change losing automatic flag
* Fix pkg set -o
* do not use dlopen for figure out path of libraries to track shlibs
* more manpages cleanup |
13 Jul 2012 23:15:45
1.0.r3
|
bapt  |
- update to 1.0-rc3
- changes:
* fix bug corrupting automatic and licenselogic flags
* some mdoc fixes
* fix a new dependencies pulled by upgrade showed as reinstalling instead of
installing
* some fixes in repo generations |
13 Jul 2012 15:39:57
1.0.r2
|
bapt  |
- update to 1.0-rc2
- changes:
* fix an important bug on script handling resulting in scripts runned sometime
twice
* time can no more be negative while fetching
* fix a crash on pkg check
* fix an infinite retry loop when fetching a file that return 404
* emit a warning when search gives no results |
11 Jul 2012 22:17:37
1.0.r1
|
bapt  |
- update to 1.0 rc1
- changes:
* schema for remote repositories are versionned
* fix ordering of scripts
* ability to query SRV dns records for automatic mirror detection (ala
portsnap/frebsd-update) via the SRV_MIRROR options default to off
* new FETCH_RETRY options (default to 3)
* more style(9) compliance of the code
* lots of cleanup in exits codes
* lots of typos fixes in manpage
* improvements in manpages
* pkg2ng now move the old database into /var/db/pkg.back
* new -B option to pkg check to reanalyse the files and populate shlibs
* new install -fR to reinstall all packages depending on a given package
* disable shlib when using pkg-static
No new feature to expect in next releases, only bug fixes
New feature will be for 1.1 (already planned :)) |
04 Jul 2012 09:59:23
1.0.b17_1
|
bapt  |
Fix alignement error making pkg repo segfaul on i386
Reported by: gjb, Ivan Klymenko <fidaj@ukr.net> (via ports@)
Tested by: gjb
Obtained from: pkgng git repository |
02 Jul 2012 15:07:52
1.0.b17
|
bapt  |
fix distinfo (sorry I commit the wrong one before) |
02 Jul 2012 13:42:23
1.0.b17
|
bapt  |
- update to 1.0 beta17
- changes:
* downgrading is always forbidden except if you explicitly force it
* yet another fix for incremental pkg repo
* pkg install/upgrade now detect ports which remote has different option set
and propose to reinstall them
* code refactoring, and improvement in pkgdb.c and pkg_repo.c
* new -f options for pkg update
* new -f and -q options for pkg repo |
27 Jun 2012 06:27:14
1.0.b16
|
bapt  |
Really fix build on 8-stable and 9-stable
No revision bump because no changes but allowing building when it failed
Obtained from: pkgng git (Bryan Drewery) |
25 Jun 2012 13:23:38
1.0.b16
|
bapt  |
- update to 1.0-beta16
- changes:
* fix incremental pkg repo
* fix stage directory (copy mode) support
* improvements on documentation (man pages, error messages)
* new ARCH_INDEP options in developper mode to allow notifying a maintainer
that a port might be archiecture independant
* fix compilation on recent 8-stable and 9-stable
* improvemens is usage() output
* new option PORTAUDIT_SITE to allow user to set the url for the auditfile
* pkg create -an to not repack existing packages
* new periodic script to make daily backup of the database
* new stats (pkg-stats(8)) subcommand
* big improvements and bug fixes in pkg (r)query
* deactivate shlibs tracking all the time in pkg-static
* lots of bug fixes
Thanks to all contributors |
15 Jun 2012 10:46:45
1.0.b15_3
|
bapt  |
- Fix pkg2ng with new options framework |
03 Jun 2012 19:02:27
1.0.b15_2
|
bapt  |
Backout reproducible packages.
pkgng tried since beta14 to create reproducible package: aka 1 package build
twice will get exactly the same checksums, this revealed some problem with
python that were workaround in beta15 but lots of build system seems to really
not approciate it, while the feature is good and might be reactivated in the
futur, the ports tree and upstream build systems, need a lot of work to be able~
to deal with 100% reproducible packages :( |
03 Jun 2012 16:07:19
1.0.b15_1
|
kwm  |
Add pkg-remove.8 to MLINKS.
Approved by: portmgr (bapt@) |
03 Jun 2012 14:47:21
1.0.b15
|
bapt  |
- update to 1.0-beta15
- changes:
- new -d to pkg fetch to download the dependencies along with the package
- fix automatic flag tracking over installs and upgrades
- fix hardlink detection (size calculation of git is now sane again :))
- pkg remove is now an alias to pkg delete
- fix a bug with shlibs track causing segfault
- pkg check -r now updates flatesiz and checksums
- all generated yaml now contain a yaml object separator, pkg info -Ra can be
pased directly to a yaml parser
- pkg query and pkg rquery do not fallback anymore on matching everything if
-g -x or -X is passed in arguments
- fix python packing on pointyhat/tinderbox with a ugly workaround for now
- pkg info '' and pkg search '' now complains about empty pattern
- pkg rquery now return 1 if nothing matched |
22 May 2012 16:49:26
1.0.b14_1
|
bapt  |
- Fix pkg update adding repo.txz twice
PR: ports/168235
Submitted by: Andriy Syrovenko <andriys@gmail.com> |
22 May 2012 13:16:46
1.0.b14
|
bapt  |
- update to 1.0-beta14
- changes:
* new DEVELOPER_MODE option: it will fail instead of just printing warnings
* package creation is now reproductible, the same package built twice will
have the same checksum
* pkg install, upgrade and fetch now automatically performs the update of the
remote metadata if necessary
* portmaster patch: use_pkgng is not nessecary anymore
* portmaster patch: new format you can just copy it in the
ports-mgmt/portmaster/files
* portmaster patch: support for portmaster -o
* portmaster patch: Enable --check-depends, aliasing pkg check -adv
* pkg set -A to mark a package as automatically installed (-a now matches all:
better consistency with other commands)
* new -D option for pkg info (same as pkg_info -D)
* pkg set -o now change origin for a port and everything that depends on it
* new -L option for pkg {fetch,install,upgrade} to skip updating metadata.
* when a package isn't valid, print human information about what is missing
* some fixes in ordering (revealed by p5-XML-Sax mess)
Thanks to all contributors |
04 May 2012 06:17:33
1.0.b13
|
bapt  |
- update to 1.0-beta13
- changes:
* -a (all) is now befault behaviour of check, query, rquery
* speed up remote repository query
* fix excessive CPU usage on fetching
* improve man pages documentation
* only display filenames on fetching not full url
* fix an important bug on jobs ordering calculation
* lots of bugs fixes |
26 Apr 2012 10:14:12
1.0.b12
|
bapt  |
pkg.conf.sample is not a PORTEXAMPLE |
23 Apr 2012 13:57:39
1.0.b12
|
bapt  |
- update to 1.0-beta12
- changes:
* Fix to be downloaded calculation
* Respected rc.conf with handle_rc_scripts
* Improve man pages
* Fix pkg set -o
* new pkg rquery subcommand, do the same as pkg query but for remote
repositories
* Allow forcing installation of a package even on bad arches
* Add indexes to local database, speed up local queries
* Speed up file loading from database
* lock the database while executing a job
* improvements on new pkg version detection |
18 Apr 2012 21:25:19
1.0.b11_1
|
bapt  |
Fix bug preventing self upgrade with beta11 |
13 Apr 2012 20:54:59
1.0.b11
|
bapt  |
- update to 1.0 beta11
- changes:
* lot's of improvement in man pages documentations
* pkg info and pkg search are now aligned like pkg_info
* pkg search -x is now default
* new pkg shell subcommand, this fires up a sqlite3 shell use with caution
* pkg which gains 2 new options: -q (quiet) -o (origin)
* fix pkg repo incremental
* pkg version can now have -egXx <pattern> options
* when is port is registred this is now notifified as an installation (means
syslog informations :))
* force umask 022 |
07 Apr 2012 20:22:57
1.0.b10
|
bapt  |
- update to 1.0-beta10
- changes:
* Fix memory corruption
* Fix handle_rc_script when upgrading services are now really restarted
* Report Already installed/Not found when installing packages if any
* when trying to pkg add something that doesn't exists, recommend the user to
use pkg install
* Fix abi detection on recent current
* pkg -v report the version, -vv more informaton, -vvv even more :)
* new pkg fetch command (not yet documented)
* code factorisation
* pkg repo is now incremental
* install/upgrade now first forces installation/upgrade of pkg before anything
Feature safe: yes |
31 Mar 2012 21:54:21
1.0.b9_2
|
bapt  |
fix @ignore handling (fixes nullmailer)
Feature safe: yes |
30 Mar 2012 13:33:19
1.0.b9_1
|
bapt  |
Fix plist
Feature safe: yes |
30 Mar 2012 10:31:55
1.0.b9_1
|
bapt  |
- Fix pkg check -ra
Reported by: gelraen (irc://freenode/#pkgng)
Feature safe: yes |
30 Mar 2012 07:34:00
1.0.b9
|
bapt  |
- update to 1.0-beta9
- changes:
* query -f has been replaced by query -F when querying a package (file) for
consistency with pkg info
* fix autoremove recursion
* pkg set -o oldorigin:neworigin allow the user to modify the origin of a
packages (useful for MOVED)
* several fixes on powerpc
* pkg query evaluation expression now accept !=
* pkg2ng is now able to migrate a local database without needed the ports tree
* speed up pkg check by only loading the informations needed for the operation
it will do
* code cleanup in the library
* fix uname/gname lookup when creating packages
* new periodic script for pkg audit
* new keyword shlib, pkgng is able to load information about the needed shlibs
for a package (disable by default)
* pkg info act as pkg info -a by default
* new install timestamp in the package database, available using pkg query
"%t" (Only the first 15 lines of the commit message are shown above ) |
02 Mar 2012 23:08:42
1.0.b8
|
bapt  |
- update to 1.0-beta8
- changes:
* pkg info -R now show a full yaml (script, options, users and groups were
missing in previous versions)
* new pkg query -e <evalutaion> <query-format> to be able to query packages
base on boolean expression matching content of the package
* pkg check now works like other subcommand: -a for all, -gxX for (glob, regex,
eregex)
* pkg check is now able to check the file checksum and print what has been
modified since package installation (-s option)
* pkg check is now able to recompute the flatsize (-r) this can fix the
flatsize of packages installed with version prior to beta7
* new pkg set currently can only be used to manually mark package as
automatically installed or not |
22 Feb 2012 17:51:26
1.0.b7
|
bapt  |
- update to 1.0-beta7
- changes:
* move commands man pages from section 1 to 8
* pkg check can now be run as a user (will print the missing dependencies if
any)
* better handling of database creation error
* new option -f to install subcommand to force reinstallation of a package
* new option -f to upgrade subcommand to force reinstallation of the whole set
of packages
* pkg audit can now take a package: name-version in argument |
15 Feb 2012 22:45:00
1.0.b6
|
bapt  |
Add forgotten pkg-updating(1) to plist
Submitted by: George Liaskos <geo.liaskos@gmail.com> |
15 Feb 2012 20:37:06
1.0.b6
|
bapt  |
liblzma in base is needed so only version >= 800505 are supported
Submitted by: thompsa |
15 Feb 2012 17:52:23
1.0.b6
|
bapt  |
- update to 1.0-beta6
- changes:
* pkg register: now run inside a transaction, this speeds up things a lot
(thank you avg)
* pkg version: -v now print name-version to match behaviour of legacy
pkg_version
* pkg register: fix flatsize calculation
* new pkg-updating(1) man page (thanks beat) |
12 Feb 2012 10:52:26
1.0.b5_1
|
bapt  |
pkg should never register itself as automatic
Tested by: rene |
12 Feb 2012 09:10:01
1.0.b5
|
bapt  |
- update to beta5
- changes:
* move all the private headers into a private subdirectory to prevent the
temptation of using them in the frontend
* fix a miss behaviour in pkg query printing things it shouldn't in case of
mistakes |
11 Feb 2012 20:03:47
1.0.b4
|
bapt  |
- update to beta4
- changes:
* do not assert in case of unfinished buffer but finish it instead
* more userfriendly error message for pkg audit
* print not found patterns for pkg info and pkg query |
10 Feb 2012 23:36:55
1.0.b3
|
bapt  |
- update to beta3
- changes:
* fix pkg add (it is been broken during beta2 sorry about that)
* fix manifest emitter: now really emit the pkg-message in message no more
description
* add %M to pkg query to show messages
* concat all pkg-messages and show it once at the end of operations
* print messages about missing dependency during pkg add |
10 Feb 2012 15:55:56
1.0.b2
|
bapt  |
- update to 1.0-beta2
- add a message to warn user that they need to migrate using pkg2ng
- add a mirror to download
- changes:
* update bundled sqlite to 3.7.10
* add -n to pkg create to avoid packing already packed packages
* Fix rc script handling
* safer sbuf usage (this fix ia64 support)
* report a list of failing packages if any with pkg add
* allow "<category>/<port>" pattern in pkg search
* add support for syslog (through a pkg.conf option)
* the portmaster patch in the git is now up to date with 3.11 and feature
complete (thanks avilla)
* add -R to pkg info to print out the raw manifest of a given package
* fix pkg query "%a"
* more robust to errors when creating packages |
30 Jan 2012 12:39:14
1.0.b1
|
bapt  |
Please welcome pkgng beta1.
if you want to use it please define WITH_PKGNG=yes in your /etc/make.conf
For more information read the announcement on the mailing list
With hat: portmgr
Non-Regression test: linimon |