aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg_replace
Commit message (Collapse)AuthorAgeFilesLines
* ports-mgmt/pkg_replace: Update to 20231008Ken DEGUCHI2023-10-102-4/+4
| | | | | | | | | | | ChangeLog: https://github.com/kdeguchi/pkg_replace/releases/tag/20231008 *Check the pkg command if it is installed or not. *Improved FLAVOR handling when installing new packages. See example section in pkg_replace(1). PR: 274390 Reported by: kdeguchi@sz.tokoha-u.ac.jp (maintainer)
* ports-mgmt/pkg_replace: Update to 20230921Koichiro Iwao2023-09-212-4/+4
| | | | | | * Fix bug when FLAVOR is lost, e.g. print/ghostscript10. PR: 273991
* ports-mgmt/pkg_replace: Update to 20230418Ken DEGUCHI2023-08-012-4/+4
| | | | PR: 272860
* ports-mgmt/pkg_replace: update to 20230327Ken DEGUCHI2023-03-272-4/+4
| | | | | | | | | | Changelog: * Fix handling relative path. https://github.com/kdeguchi/pkg_replace/releases/tag/20230327 PR: 270477 Reported by: Ken DEGUCHI <kdeguchi@sz.tokoha-u.ac.jp> (maintainer)
* ports-mgmt/pkg_replace: Update to 20230320Koichiro Iwao2023-03-202-4/+4
| | | | | PR: 270356 Changes: https://github.com/kdeguchi/pkg_replace/releases/tag/20230320
* ports-mgmt/pkg_replace: update to 20230317Ken DEGUCHI2023-03-192-4/+4
| | | | | | | | | ChangeLog: https://github.com/kdeguchi/pkg_replace/releases/tag/20230317 Fix bug for fetch files (`make -DBATCH checksum` error). PR: 270280 270274 Reported by: kdeguchi@sz.tokoha-u.ac.jp (maintainer)
* ports-mgmt/pkg_replace: update to 20230202Ken DEGUCHI2023-02-042-4/+4
| | | | | | | | | | | | | | ChangeLog: https://github.com/kdeguchi/pkg_replace/releases * Replace '\ ' -> '[[:space:]]'. * Update man page. * Fix variable that should not be enclosed in double quotes. * Fix trap action. * Fix message about locked packages. * Cleanup code. PR: 269285 Reported by: kdeguchi@sz.tokoha-u.ac.jp (maintainer)
* ports-mgmt/pkg_replace: update to 20230119Ken DEGUCHI2023-01-232-4/+4
| | | | | | | | | | | | | ChangeLog: https://github.com/kdeguchi/pkg_replace/releases * Enabled to handle locked packages with new "-U" option. If "-U" option is not present, locked packages are skipped. See pkg_replace(1). * Variables containing file and directory are enclosed in double quotes. * Fix trap action. * Cleanup code. PR: 269043 Reported by: kdeguchi@sz.tokoha-u.ac.jp (maintainer)
* ports-mgmt/pkg_replace: Update to 20230107Ken DEGUCHI2023-01-082-4/+5
| | | | | | | | | - Define LICENSE_FILE ChangeLog: https://github.com/kdeguchi/pkg_replace/compare/20230101...20230106 PR: 268778
* ports-mgmt/pkg_replace: Update to 20230101Ken DEGUCHI2023-01-022-4/+4
| | | | | | Release note: https://github.com/kdeguchi/pkg_replace/releases/tag/20221228 PR: 268605
* ports-mgmt/pkg_replace: Update to 20221222Koichiro Iwao2022-12-222-4/+4
| | | | PR: 268364
* pots-mgmt/pkg_replace: Update to 20221212Koichiro Iwao2022-12-132-4/+4
| | | | PR: 268193
* ports-mgmt/pkg_replace: Update to 20221128Koichiro Iwao2022-11-282-4/+4
| | | | | | | | - Fix dependencies checking in get_depend_pkgnames() and get_require_pkgnames() PR: 268026 Sponsored by: Miracle Linux
* ports-mgmt/pkg_replace: update to 20222012Tomoaki AOKI2022-10-162-4/+4
| | | | | | | | Fix warn about PKG_SUFX on every fetch / build PR: 267030 Reported by: junchoon@dec.sakura.ne.jp Approved by: kdeguchi@sz.tokoha-u.ac.jp (maintainer)
* ports-mgmt/pkg_replace: update to 20221011Ken DEGUCHI2022-10-112-5/+5
| | | | | | | | | | ChangeLog: https://github.com/kdeguchi/pkg_replace/releases/tag/20221011 Fix bugs about PKG_SUFX. PR: 266961 Reported by: kdeguchi@sz.tokoha-u.ac.jp (maintainer) MFH: 2022Q4 (bugfix release)
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* ports-mgmt: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * "Waitman Gobble" <uzimac@da3m0n8t3r.com> * Akinori MUSHA aka knu <knu@idaemons.org> * Alex Dupre <ale@FreeBSD.org> * Alex Stangl <alex@stangl.us> * Anders F Bjorklund <afb@users.sourceforge.net> * Benjamin Lutz * Brendan Molloy <brendan+freebsd@bbqsrc.net> * Conrad J. Sabatier <conrads@cox.net> * Edwin Groothuis (edwin@mavetju.org) * Emanuel Haupt <ehaupt@FreeBSD.org> * Gabriel Linder <linder.gabriel@gmail.com> * Heiner <h.eichmann@gmx.de> * Ilya A. Arkhipov <rum1cro@yandex.ru> * John Marino <marino@FreeBSD.org> * Jun-ichiro itojun Hagino <itojun@itojun.org> * Kubilay Kocak <koobs@FreeBSD.org> * Mamoru Sakaue / MwGhennndo * Martin Kammerhofer * Matthew Seaman * Matthew Seaman <m.seaman@infracaninophile.co.uk> * Matthias Andree <mandree@FreeBSD.org> * Matthias Schmidt * Pawel Pekala <pawel@FreeBSD.org> * Philip M. Gollucci <pgollucci@p6m7g8.com> * Philipp Wuensche <cryx-ports@h3q.com> * Richard Gallamore <ultima@FreeBSD.org> * Romain Tartiere <romain@FreeBSD.org> * Romain Tartiere <romain@blogreen.org> * Securedog <securedog@users.sourceforge.jp> * Sergei Kolobov <sergei@kolobov.com> * Shaun Amott <shaun@inerd.com> * Stefan Walter <sw@gegenunendlich.de> * Stephen Hurd <shurd@FreeBSD.org> * Timothy Redaelli <drizzt@gufi.org> * Tom Hukins <tom@FreeBSD.org> * Vasil Dimov <vd@datamax.bg> * Vladimir Chukharev * Yanhui Shen <shen.elf@gmail.com> * Zane C, Bowers <vvelox@vvelox.net> * kmoore@FreeBSD.org With hat: portmgr
* ports-mgmt/pkg_replace: Update to 20220304Ken DEGUCHI2022-03-042-4/+4
| | | | PR: 262312
* ports-mgmt/pkg_replace: update to 20210726Ken DEGUCHI2021-07-272-4/+4
| | | | | | Support new '.pkg' package suffix PR: 257424
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* ports-mgmt/pkg_replace: update to 20200821Fernando Apesteguía2020-08-262-4/+4
| | | | | | | | | | | | | ChangeLog: https://github.com/kdeguchi/pkg_replace/blob/master/ChangeLog * Fix bug in function install_package PR: 248919 Submitted by: kdeguchi@sz.tokoha-u.ac.jp (maintainer) MFH: 2020Q3 (runtime fix) Notes: svn path=/head/; revision=546265
* Update to 20200803Li-Wen Hsu2020-08-042-4/+4
| | | | | | | | PR: 248445 Submitted by: kdeguchi@sz.tokoha-u.ac.jp (maintainer) Notes: svn path=/head/; revision=544132
* Update to 20200717Li-Wen Hsu2020-07-202-4/+4
| | | | | | | | PR: 248034 Submitted by: kdeguchi@sz.tokoha-u.ac.jp (maintainer) Notes: svn path=/head/; revision=542668
* Update to 20200623Li-Wen Hsu2020-06-272-8/+7
| | | | | | | | PR: 247513 Submitted by: kdeguchi@sz.tokoha-u.ac.jp (maintainer) Notes: svn path=/head/; revision=540625
* ports-mgmt/pkg_replace: Update to 20200622Koichiro Iwao2020-06-222-4/+4
| | | | | | | | | | | * Fix flavor check in set_pkginfo_install and set_pkginfo_replace * Cleanup code PR: 247468 Submitted by: kdeguchi@sz.tokoha-u.ac.jp (maintainer) Notes: svn path=/head/; revision=539812
* - Update to 20200618Li-Wen Hsu2020-06-182-4/+4
| | | | | | | | PR: 247366 Submitted by: maintainer Notes: svn path=/head/; revision=539522
* Update to 20200602Hiroki Tagato2020-06-082-4/+4
| | | | | | | | | | | | Changelog: - Fix check package's dependencies PR: 246926 Submitted by: kdeguchi@sz.tokoha-u.ac.jp (maintainer) Approved by: mentors (implicit) Notes: svn path=/head/; revision=538200
* ports-mgmt/pkg_replace: update to 20200522Oleksii Samorukov2020-05-252-4/+4
| | | | | | | | | | | | | - Fix bugs for origin and path - Code cleanup - Support FLAVORS 'origin@flavor' (see pkg_replace(1)) Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D25004 PR: 246708 Notes: svn path=/head/; revision=536531
* Update to 20200504Hiroki Tagato2020-05-153-6/+6
| | | | | | | | | | | | | Changelog: - Support OVERLAYS - Support FLAVOR PR: 246433 Submitted by: kdeguchi@sz.tokoha-u.ac.jp (maintainer) Approved by: ehaupt (mentor) Notes: svn path=/head/; revision=535257
* - Update to 20191018Dmitry Marakasov2019-12-042-4/+4
| | | | | | | | PR: 241320 Submitted by: kdeguchi@sz.tokoha-u.ac.jp (maintainer) Notes: svn path=/head/; revision=519030
* ports-mgmt/pkg_replace: Update to 20190827Steve Wills2019-09-022-4/+4
| | | | | | | | PR: 240142 Submitted by: kdeguchi@sz.tokoha-u.ac.jp (maintainer) Notes: svn path=/head/; revision=510825
* Convert to UCL & cleanup pkg-message (categories [p-r])Mathieu Arnold2019-08-141-3/+7
| | | | Notes: svn path=/head/; revision=508908
* - Add LICENSE_FILEDmitry Marakasov2019-06-102-1/+4
| | | | | | | | | | - Switch to options helpers - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=503881
* ports-mgmt/pkg_replace: update to 20181024Steve Wills2018-10-272-4/+5
| | | | | | | | PR: 232695 Submitted by: kdeguchi@sz.tokoha-u.ac.jp (maintainer) Notes: svn path=/head/; revision=483065
* ports-mgmt/pkg_replace: Update to 20180927Steve Wills2018-10-092-5/+5
| | | | | | | | PR: 231749 Submitted by: kdeguchi@sz.tokoha-u.ac.jp (maintainer) Notes: svn path=/head/; revision=481635
* ports-mgmt/pkg_replace: update to 20180530Steve Wills2018-05-312-4/+4
| | | | | | | | PR: 228627 Submitted by: kdeguchi@sz.tokoha-u.ac.jp (maintainer) Notes: svn path=/head/; revision=471209
* ports-mgmt/pkg_replace: Update to 20180424Koichiro Iwao2018-05-063-8/+7
| | | | | | | | | | | | | - Cleanup code - Speed up and strictly check package's dependencies - While here, pet portlint by using pkg-plist instead of PLIST_FILES PR: 227730 Submitted by: kdeguchi@sz.tokoha-u.ac.jp (maintainer) Approved by: pi (mentor) Notes: svn path=/head/; revision=469188
* Update to upstream version 20180314Thomas Zander2018-03-172-4/+4
| | | | | | | | | | | | Maintainer log: - Support pkgng only - Clean up code PR: 226619 Submitted by: kdeguchi@sz.tokoha-u.ac.jp (maintainer) Notes: svn path=/head/; revision=464821
* - 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