aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/portupgrade
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.4.9.3 (a bugfix release).Stanislav Sedov2011-08-236-86/+4
| | | | Notes: svn path=/head/; revision=280261
* - We don't install README anymore.Stanislav Sedov2011-08-234-2/+34
| | | | | | | - Fix a bug when :map was used on a string. Notes: svn path=/head/; revision=280248
* - Don't use ruby 1.9 File.realpath(), use File.expand_path() instead.Stanislav Sedov2011-08-233-1/+51
| | | | | | | | The former generates exceptions when the path doesn't exist, which is not what we want. Notes: svn path=/head/; revision=280246
* - Fix plist.Stanislav Sedov2011-08-231-1/+0
| | | | Notes: svn path=/head/; revision=280243
* - Update to 2.4.9.2.Stanislav Sedov2011-08-232-3/+3
| | | | | | | This version is a bugfix release. Notes: svn path=/head/; revision=280236
* - Provide the new URL.Stanislav Sedov2011-08-191-0/+1
| | | | Notes: svn path=/head/; revision=279998
* - Update portupgrade to 2.4.9.Stanislav Sedov2011-08-183-15/+4
| | | | | | | This version brings ruby 1.9 support contributed by Steve Wills. Notes: svn path=/head/; revision=279948
* - Mark the conflict with portupgrade-devel as an install only conflict.Stanislav Sedov2011-04-031-1/+1
| | | | Notes: svn path=/head/; revision=272139
* - Fix portupgrade's shebang patcher.Stanislav Sedov2010-12-142-1/+12
| | | | | | | | Reported by: many Submitted by: knu Notes: svn path=/head/; revision=266279
* - Update to 2.4.8:Stanislav Sedov2010-11-232-3/+3
| | | | | | | | - Fix the bug in BEFOREDEINSTALL processing. - Add .txz packages support. Notes: svn path=/head/; revision=265023
* - Update to 2.4.7.Stanislav Sedov2010-11-086-65/+6
| | | | Notes: svn path=/head/; revision=264229
* Don't install and/or build dependencies when only using packages.Norikatsu Shigemura2010-03-122-3/+16
| | | | | | | | | PR: ports/143979 Submitted by: Bryan Drewery bryan at shatow net Reviewed by: Yusuke Hoshizuki hoshizuki at chaos cs tsukuba ac jp Notes: svn path=/head/; revision=250952
* Stop users from sending general questions, suggestions and patchesAkinori MUSHA2009-12-211-1/+2
| | | | | | | directly to me. Notes: svn path=/head/; revision=246354
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with P,R,S Notes: svn path=/head/; revision=240075
* - Drop maintainership to ruby@Sergey Matveychuk2009-07-211-1/+1
| | | | Notes: svn path=/head/; revision=238182
* - A workaround for a null string problem with -R optionSergey Matveychuk2009-07-212-1/+25
| | | | | | | Submitted by: John Rumsey <rumseyj at rumsey.co.nz> Notes: svn path=/head/; revision=238181
* - After portversion get -F option, -v stops showing full packages names.Sergey Matveychuk2009-04-092-1/+11
| | | | | | | Fix it. Notes: svn path=/head/; revision=231930
* - A patch to fix fetching of packages problem.Sergey Matveychuk2009-03-312-0/+12
| | | | Notes: svn path=/head/; revision=231393
* - Simplify ldconfig handlingPav Lucistnik2009-02-121-3/+1
| | | | Notes: svn path=/head/; revision=228123
* - Remove perl dependency. perl is not used for some time as it was before.Sergey Matveychuk2008-08-031-1/+0
| | | | Notes: svn path=/head/; revision=217972
* - Update to 2.4.6Sergey Matveychuk2008-07-164-28/+6
| | | | | | | | | | * Many bugs was fixed * a new pkgdu utility shows installed packages disk usage PR: many Notes: svn path=/head/; revision=216930
* Fix pkg-plist with NOPORTDOCS=yesSergey Matveychuk2008-07-011-5/+5
| | | | Notes: svn path=/head/; revision=216091
* - Remove code that gather not installed depends. It makes more problemsSergey Matveychuk2008-02-112-4/+14
| | | | | | | | | than solves. Discussed with: pav Notes: svn path=/head/; revision=207031
* - Fix a crash that caused sometimes when -R option specified.Sergey Matveychuk2008-02-112-0/+14
| | | | | | | Reported by: pav Notes: svn path=/head/; revision=207020
* - Upgrade both ports to 2.4.3Sergey Matveychuk2008-02-103-37/+4
| | | | | | | | | | | | | | | * Change a legacy part of code for gathering dependecies. It fixes situation when some depends ports could be updated even when it was up-to-date. As a result I added another check for -R option. * Fix a wrong condition in portsclean. Now -L option works again. * Change a semantic for -q option. Now it means 'quiet'. Don't show a message when -N specified and there is an already installed package. (Made for DesktopBSD). Reported by: pav, Peter Hofer (DesktopBSD) Notes: svn path=/head/; revision=207014
* - When -o specifised, gather depends for specified origin.Sergey Matveychuk2008-02-102-0/+33
| | | | | | | | | - Just ignore a package if there is no port directory exists. A correct way for users is to place the ports in HOLD_PKGS in pkgtools,conf, but they did not. So it makes my life a little easy. Notes: svn path=/head/; revision=206987
* - Update to 2.4.2.Sergey Matveychuk2008-02-073-24/+4
| | | | | | | | | | * Many bugs fixed (thanks to all reporters). * Semantic for -c and -C has changed. -c runs 'make config-conditional' and -C 'make config' (forced config). * All ports now runs under portupgrade/portinstall control. Notes: svn path=/head/; revision=206839
* - A patch from HEAD: when gcc installed, some libraries may be conflictedSergey Matveychuk2008-01-082-0/+20
| | | | | | | | | | | | with system ones. portsclean -Li ask to remove them. No removes by default, but we don't want an user remove system libraries just press 'y' in portscleanup -Li. PR: ports/116830 Reported by: clemens fischer <ino-news at spotteswoode.dnsalias.org> Notes: svn path=/head/; revision=205258
* Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gplRong-En Fan2007-09-241-1/+1
| | | | | | | | | since version 8.57. The leading ghostscript is the -gpl one. Approved by: portmgr (pav) Notes: svn path=/head/; revision=200037
* - Remove scared sentence from pkg-messageSergey Matveychuk2007-07-031-4/+0
| | | | | | | Asked by: krion Notes: svn path=/head/; revision=194793
* - Update to 2.3.1. Many people test it and it looks good.Sergey Matveychuk2007-07-034-37/+10
| | | | | | | | To upgrade back from portupgrade-devel use the command: portupgrade -o ports-mgmt/portupgrade portupgrade-devel Notes: svn path=/head/; revision=194774
* - Remove the last patch. This fix makes other troubles.Sergey Matveychuk2007-03-232-18/+1
| | | | | | | Reported on: ports@ Notes: svn path=/head/; revision=188083
* - Fix a long standing bug when shelljoin() function wrong placed ""Sergey Matveychuk2007-03-022-1/+18
| | | | | | | when more than one variables (WITH_*, WITHOUT_*) passed. Notes: svn path=/head/; revision=186369
* - Ignore bsdpan- pseudo ports.Sergey Matveychuk2007-03-023-2/+18
| | | | | | | | | | - Add a note about ports with suffixes (e.g. -nox11) Reported by: David Morgan <morgad_AT_eclipse.co.uk>, Philip Kizer <pckizer_AT_nostrum.com> Notes: svn path=/head/; revision=186333
* - Update to 2.2.6 version.Sergey Matveychuk2007-03-016-38/+34
| | | | | | | | | | | An unpleasant bug was fixed when pkgdb could accidently remove some dependencies in +CONTENTS files. It's recomented to run pkgdb -L once after upgrade to fix dependencies list. See UPDATING file. Reported and tested by: Randy Pratt <bsd-unix_AT_earthlink.net> Notes: svn path=/head/; revision=186244
* - Fix after moving to a new category.Sergey Matveychuk2007-02-052-3/+12
| | | | Notes: svn path=/head/; revision=184251
* Populate a new ports-mgmt category. List of moved ports:Pav Lucistnik2007-02-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | devel/portcheckout -> ports-mgmt/portcheckout devel/portlint -> ports-mgmt/portlint devel/portmk -> ports-mgmt/portmk devel/porttools -> ports-mgmt/porttools misc/instant-tinderbox -> ports-mgmt/instant-tinderbox misc/porteasy -> ports-mgmt/porteasy misc/portell -> ports-mgmt/portell misc/portless -> ports-mgmt/portless misc/tinderbox -> ports-mgmt/tinderbox security/jailaudit -> ports-mgmt/jailaudit security/portaudit -> ports-mgmt/portaudit security/portaudit-db -> ports-mgmt/portaudit-db security/vulnerability-test-port -> ports-mgmt/vulnerability-test-port sysutils/barry -> ports-mgmt/barry sysutils/bpm -> ports-mgmt/bpm sysutils/kports -> ports-mgmt/kports sysutils/managepkg -> ports-mgmt/managepkg sysutils/newportsversioncheck -> ports-mgmt/newportsversioncheck sysutils/pib -> ports-mgmt/pib sysutils/pkgfe -> ports-mgmt/pkgfe sysutils/pkg-orphan -> ports-mgmt/pkg-orphan sysutils/pkg_cutleaves -> ports-mgmt/pkg_cutleaves sysutils/pkg_install -> ports-mgmt/pkg_install sysutils/pkg_install-devel -> ports-mgmt/pkg_install-devel sysutils/pkg_remove -> ports-mgmt/pkg_remove sysutils/pkg_rmleaves -> ports-mgmt/pkg_rmleaves sysutils/pkg_trackinst -> ports-mgmt/pkg_trackinst sysutils/pkg_tree -> ports-mgmt/pkg_tree sysutils/portbrowser -> ports-mgmt/portbrowser sysutils/portconf -> ports-mgmt/portconf sysutils/portdowngrade -> ports-mgmt/portdowngrade sysutils/portcheck -> ports-mgmt/portcheck sysutils/portmanager -> ports-mgmt/portmanager sysutils/portmaster -> ports-mgmt/portmaster sysutils/portscout -> ports-mgmt/portscout sysutils/portsearch -> ports-mgmt/portsearch sysutils/portsman -> ports-mgmt/portsman sysutils/portsnap -> ports-mgmt/portsnap sysutils/portsopt -> ports-mgmt/portsopt sysutils/portupgrade -> ports-mgmt/portupgrade sysutils/portupgrade-devel -> ports-mgmt/portupgrade-devel sysutils/port-authoring-tools -> ports-mgmt/port-authoring-tools sysutils/port-maintenance-tools -> ports-mgmt/port-maintenance-tools sysutils/psearch -> ports-mgmt/psearch sysutils/p5-FreeBSD-Portindex -> ports-mgmt/p5-FreeBSD-Portindex sysutils/qtpkg -> ports-mgmt/qtpkg textproc/p5-FreeBSD-Ports -> ports-mgmt/p5-FreeBSD-Ports Repocopies by: marcus Notes: svn path=/head/; revision=184211
* - misc-depends targed was removed from bsd.ports.mk. Don't use it anymore.Sergey Matveychuk2007-02-012-1/+12
| | | | | | | | PR: ports/108662 Submitted by: Mark Evenson<mark.evenson AT gmx.at> Notes: svn path=/head/; revision=183874
* - Fix brackage after ports/Makefile 1.97 was committedSergey Matveychuk2007-02-012-1/+14
| | | | Notes: svn path=/head/; revision=183841
* - Fix handling of lib/compat/pkg directoryPav Lucistnik2007-01-252-1/+4
| | | | | | | Approved by: sem (maintainer) Notes: svn path=/head/; revision=183265
* - Update to 2.2.2. New stable version.Sergey Matveychuk2006-11-215-88/+19
| | | | | | | | | | | | | | | Most visible changes are: * Database files locking. Only one process can write to them in the same time. * pkgdb -F is more smart now and takes OPTIONS, make.conf and pkgtools.conf settings into account. Moreover: * Many bugs fixed. * Many code refactored. Notes: svn path=/head/; revision=177736
* * Change WWW line.Sergey Matveychuk2006-11-101-1/+1
| | | | | | | | | wiki is the same as wikitest but looks better. Inspired by: developers@ Notes: svn path=/head/; revision=176993
* Add a FreeBSD wiki page as a home page.Sergey Matveychuk2006-11-081-0/+1
| | | | Notes: svn path=/head/; revision=176836
* - Fix descriptions in pkgtools.conf to be obviouslier. [1]Sergey Matveychuk2006-08-253-0/+71
| | | | | | | | | | - Fix s pointyhat URL for package direcories. PR: ports/102417 [1] Reported by: Ryan Wehler <mindflux98@gmail.com> Notes: svn path=/head/; revision=171380
* - Update to 2.1.3.3.Sergey Matveychuk2006-08-234-42/+4
| | | | | | | A few fixes merged from developing version, patches integrated. Notes: svn path=/head/; revision=171253
* - Make fetch(1) quiet when STDOUT is not a tty (as it was before).Sergey Matveychuk2006-08-092-3/+14
| | | | | | | | PR: ports/101341 Requested by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Notes: svn path=/head/; revision=170216
* - Fix a bug that caused incorrect output-processing in second-party soft.Sergey Matveychuk2006-07-232-1/+15
| | | | | | | Obtained from: Kport Notes: svn path=/head/; revision=168565
* - Fix a type: DBD4->BDB4 in messages.Sergey Matveychuk2006-07-201-2/+2
| | | | | | | Submitted by: yar Notes: svn path=/head/; revision=168322
* - Fix a bug when values of -M was ignored.Sergey Matveychuk2006-07-122-0/+13
| | | | | | | Submitted by: John E Hein <jhein@timing.com> Notes: svn path=/head/; revision=167588
* - Upgrade to 2.1.3.2Sergey Matveychuk2006-07-012-6/+8
| | | | | | | | | | | | | | | | (MFD - Merge From Developing) * Fix a bug with a time delta. When build took over 24 hour. * Allow origins in ALT_PKGDEP. * Add -e (--emit-summaries) option to show summary messages. * Fix portupgrade working when stdin is closed. [1] - Get back sf.net to MASTER_SITES - Add CONFLICTS with portupgrade-devel PR: ports/99179 [1] Submitted by: Hannes Hauswedell <hannes.hauswedell_at_gmail.com> Notes: svn path=/head/; revision=166699