aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg_replace
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 20170517Jochen Neumeister2017-05-262-4/+6
| | | | | | | | | | | | | | | - Add LICENSE * Add --automatic option. This option sets automatic flag for the package. * Delete --noindex option, add --index option. When pkg_replace checks the dependencies before building the target packages, do "make package-depends-list" as default. This is more strictly checking the dependencies. PR: 219397 Submitted by: kdeguchi@sz.tokoha-u.ac.jp (Maintainer) Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10849 Notes: svn path=/head/; revision=441749
* Fix distinfoJason E. Hale2016-12-011-3/+3
| | | | | | | | | PR: 214969 Submitted by: <goto-freebsd@on-link.jp> Approved by: just fix it Notes: svn path=/head/; revision=427467
* - Update to 20161113Alex Kozlov2016-11-292-3/+4
| | | | | | | | PR: 214462 Submitted by: kdeguchi@sz.tokoha-u.ac.jp (maintainer) Notes: svn path=/head/; revision=427368
* Update to version 20160411Pawel Pekala2016-04-272-3/+3
| | | | | | | | PR: 208689 Submitted by: maintainer Notes: svn path=/head/; revision=414121
* Update to version 20141218Pawel Pekala2014-12-202-3/+3
| | | | | | | | | | | | Changelog: * Fix pkgorigin format bug. PR: 196148 Submitted by: maintainer Notes: svn path=/head/; revision=375005
* - Update to 20141117Danilo Egea Gondolfo2014-11-222-3/+3
| | | | | | | | PR: 195131 Submitted by: kdeguchi@sz.tokoha-u.ac.jp (maintainer) Notes: svn path=/head/; revision=373072
* - Update to 20141022 [1]Alex Kozlov2014-10-242-4/+3
| | | | | | | | | | | * Set -k (keep going) option when -O (don't check dependencies) is set. - Remove PLIST_DIRSTRY PR: 194524 [1] Submitted by: Ken DEGUCHI <kdeguchi at sz.tokoha-u.ac.jp> (maintainer) [1] Notes: svn path=/head/; revision=371431
* - Update to 20140721Alex Kozlov2014-09-065-38/+42
| | | | | | | | | | | | | * Increase pkg_replace compatibility with portupgrade - Update MASTER_SITES - Remove support for pkg_tools - Use PLIST_FILES PR: 193304 Submitted by: Ken DEGUCHI <kdeguchi@sz.tokoha-u.ac.jp> (maintainer) Notes: svn path=/head/; revision=367466
* - Update pkgng patch to 8.0.10 [1]Alex Kozlov2014-04-062-3/+5
| | | | | | | | | | | * Increase pkg_replace -a speed - Add NO_ARCH PR: ports/188154 [1] Submitted by: Ken DEGUCHI <kdeguchi@sz.tokoha-u.ac.jp> (maintainer) [1] Notes: svn path=/head/; revision=350343
* - Update pkgng patch to 8.0.9Alex Kozlov2014-03-243-12/+13
| | | | | | | | | | | | * Improvement of the pkgng detection logic [1] * Improvement of the speed of "pkg_replace -a" [2] PR: ports/187723 Submitted by: Ken DEGUCHI <kdeguchi@sz.tokoha-u.ac.jp> (maintainer) Requested by: Michael Gmelin <freebsd@grem.de> [1], Martin Dieringer <martin.dieringer@gmx.de> [2] Notes: svn path=/head/; revision=348922
* - Preserve the automatic flag when using pkgngAlex Kozlov2014-02-042-3/+3
| | | | | | | | | PR: ports/186406 Submitted by: KAMADA Ken'ichi <kamada@nanohz.org> Approved by: Ken DEGUCHI <kdeguchi@sz.tokoha-u.ac.jp> (maintainer) Notes: svn path=/head/; revision=342535
* - Add support for binary packages to pkgng patchAlex Kozlov2014-02-022-3/+3
| | | | | | | | PR: ports/186183 Submitted by: Ken DEGUCHI <kdeguchi@sz.tokoha-u.ac.jp> (maintainer) Notes: svn path=/head/; revision=342292
* - Update pkgng patch to 8.0.6Alex Kozlov2013-12-062-3/+3
| | | | | | | | | | * Fix issue with pkgng when the dependent packages are not installed PR: ports/184528 Submitted by: Ken DEGUCHI <kdeguchi@sz.tokoha-u.ac.jp> (maintainer) Notes: svn path=/head/; revision=335730
* - Revert to the original installation schema. With stage, files can be ↵Danilo Egea Gondolfo2013-11-271-13/+1
| | | | | | | | | unconditionally installed Reported by: ak Notes: svn path=/head/; revision=335018
* - Support pkg-1.2 [1]Danilo Egea Gondolfo2013-11-272-4/+16
| | | | | | | | | | - Fix the unconditional installation of files PR: ports/184319 Submitted by: Ken DEGUCHI <kdeguchi@sz.tokoha-u.ac.jp> (maintainer) [1] Notes: svn path=/head/; revision=335013
* - Fix option '-a' usage [1]Alex Kozlov2013-10-072-3/+3
| | | | | | | | | PR: ports/182784 PR: ports/182785 [1] Submitted by: Ken DEGUCHI <kdeguchi@sz.tokoha-u.ac.jp> (maintainer) [1], Katsuyoshi Ohara <ohara@air.s.kanazawa-u.ac.jp> Notes: svn path=/head/; revision=329704
* - Fix the build with custom PREFIX and LOCALBASEAlex Kozlov2013-09-301-1/+2
| | | | Notes: svn path=/head/; revision=328789
* - Support STAGEDIR [1]Alex Kozlov2013-09-264-445/+17
| | | | | | | | | | | | | - Move pkgng patch outside of ports tree [1] - Fix pattern matching in pkg_glob function [2] - Minor Makefile cleanup PR: ports/182388 [1] PR: ports/182371 (based on) [2] Submitted by: Ken DEGUCHI <kdeguchi@sz.tokoha-u.ac.jp> (maintainer) [1], Iouri Ivliev <ii@any.com.ru> [2] Notes: svn path=/head/; revision=328399
* - Fix PKGDB_FIX optionAlex Kozlov2013-09-222-3/+14
| | | | | | | | | | - Improvements to pkgng patch PR: ports/182268 Submitted by: Ken DEGUCHI <kdeguchi@sz.tokoha-u.ac.jp> (maintainer) Notes: svn path=/head/; revision=327895
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | ports-mgmt) Notes: svn path=/head/; revision=327762
* - Undeprecate, give maintainership to submitterAlex Kozlov2013-09-203-7/+443
| | | | | | | | | | - Add pkgng support PR: ports/181077 Submitted by: Ken DEGUCHI <kdeguchi@sz.tokoha-u.ac.jp> Notes: svn path=/head/; revision=327692
* Reset maintainer:Alex Kozlov2013-04-291-1/+1
| | | | | | | | ports-mgmt/pkg_replace: maintainer timeout (> 2 years) games/lordsawar: Return to the pool Notes: svn path=/head/; revision=316834
* - Deprecate: Abandoned upstream, does not support pkgng.Alex Kozlov2013-04-191-6/+5
| | | | | | | | | | PR: ports/155697 (based on) Submitted by: Pavel Gubin <pg@2lazy.ru> Approved by: maintainer timeout (>2 years) Feature safe: yes Notes: svn path=/head/; revision=316086
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* Move pkg_replace to new category ports-mgmtPav Lucistnik2007-02-051-1/+1
| | | | | | | Repocopied by: marcus Notes: svn path=/head/; revision=184262
* - Update to 0.8.0Martin Wilke2007-01-253-6/+5
| | | | | | | | PR: 108341 Submitted by: Securedog<securedog@users.sourceforge.jp> (maintainer) Notes: svn path=/head/; revision=183308
* pkg_replace is used to upgrade installed packages.Alejandro Pulver2006-11-014-0/+40
It is compatible with portupgrade and can be used as an alternative to portupgrade and portmaster. WWW: http://portutil.sourceforge.jp Securedog <securedog@users.sourceforge.jp> PR: ports/104971 Submitted by: Securedog <securedog at users.sourceforge.jp> Notes: svn path=/head/; revision=175972