summaryrefslogtreecommitdiff
path: root/ports-mgmt/portdowngrade (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Respect WITH_SUBVERSION_VERChris Rees2014-06-111-1/+1
| | | | | | | | | PR: ports/190946 Submitted by: ohauer Submitted by: Simon Wright Notes: svn path=/head/; revision=357538
* Warn on changed behaviour: checks out to $(pwd).Chris Rees2013-11-012-4/+7
| | | | | | | | | While here, stagify Submitted by: Torfinn Ingolfsen Notes: svn path=/head/; revision=332402
* 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
* Update to 1.4:Chris Rees2013-05-302-4/+4
| | | | | | | | | | | - Actually checkout the older version when recursing Reported by: jrm: IRC - Behave properly when the path to the temp ports directory contains a symlink Notes: svn path=/head/; revision=319411
* Update to 1.3Chris Rees2013-03-232-15/+112
| | | | | | | | - Add recurse option, to recover ports that the recovered port depends on - Add recurse option, to recover ports that the recovered port depends on Notes: svn path=/head/; revision=315031
* Update to 1.2Chris Rees2013-03-112-3/+2
| | | | | | | | | - Properly strip category Submitted by: eadler Notes: svn path=/head/; revision=313928
* Reversed logicChris Rees2013-03-062-1/+2
| | | | | | | | Submitted by: Domagoj Smolcic <rank1seeker@gmail.com> Pointyhat to: crees Notes: svn path=/head/; revision=313540
* Update to 1.1:Chris Rees2013-03-062-8/+6
| | | | | | | | | | | - Error to stderr - Assume that the user will set their own pager. Submitted by: ak Notes: svn path=/head/; revision=313537
* Rewrite in sh for version 1.0Chris Rees2013-03-035-45/+121
| | | | | | | | Minor behaviour changes, but still very simple to use-- now supports Subversion! Notes: svn path=/head/; revision=313338
* Take maintainership.Chris Rees2013-03-021-1/+1
| | | | | | | Rewrite coming soon. Notes: svn path=/head/; revision=313285
* Deprecate portdowngrade as it no longer functions as expectedEitan Adler2013-03-021-5/+4
| | | | Notes: svn path=/head/; revision=313276
* - Revert previous commit as iconv deps mean we still need to LIB_DEPEND onSteve Wills2012-06-251-2/+2
| | | | | | | popt Notes: svn path=/head/; revision=299953
* - popt is only needed during build, so change DEPENDSSteve Wills2012-06-251-2/+2
| | | | | | | - Bump PORTREVISION due to package change Notes: svn path=/head/; revision=299944
* - Switch this to using ${LOCALBASE} instead of calling pkg_info, whichSteve Wills2012-06-251-4/+2
| | | | | | | should allow it to be installed in an all pkgng world. Notes: svn path=/head/; revision=299925
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-3/+0
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* Heiner does not have time for FreeBSD anymore, reset MAINTAINERSHIPTilman Keskinoz2011-01-111-1/+1
| | | | | | | | | | | PR: 153897 Submitted by: Heiner Eichmann Feature safe: yes Mark kde3-apireference as DEPRECATED Notes: svn path=/head/; revision=267661
* - Add some missing includes to please newer versions of GCCPhilip M. Gollucci2010-02-152-1/+12
| | | | | | | | | | | PR: ports/143747 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> Approved by: maintainer Feature safe: yes Notes: svn path=/head/; revision=249909
* - 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
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* 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
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - Upgrade to 0.6Sergey Matveychuk2004-12-292-4/+6
| | | | | | | | | | | * Search port by "make search" (works on FreeBSD 5.3 as well) * Bugfix: missing default server support on -o PR: ports/75611 Submitted by: maintainer Notes: svn path=/head/; revision=125439
* Version 0.5 release.Thierry Thomas2004-08-082-4/+17
| | | | | | | | | | | | - Bugfix: sometimes the ports version was wrong; - A default cvs server can be set; - Port revision is added to port version number. PR: 70162 Submitted by: maintainer. Notes: svn path=/head/; revision=115635
* Upgrade to version 0.4Michael Nottebrock2004-06-212-3/+3
| | | | | | | | PR: ports/68175 Submitted by: Heiner Eichmann <h.eichmann@gmx.de> Notes: svn path=/head/; revision=111950
* - Update to version 0.2Kirill Ponomarev2004-04-173-16/+4
| | | | | | | | PR: ports/65666 Submitted by: maintainer Notes: svn path=/head/; revision=107371
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Add sysutils/portdowngrade, a utility to help downgrade FreeBSD ports byMark Linimon2003-12-045-0/+53
analyzing the history of commits to the port and presenting the user the list of changes. By selecting one, the port can be set back to a previous version easily. WWW: http://sourceforge.net/projects/portdowngrade/ PR: ports/48257 Submitted by: Heiner Eichmann <h.eichmann@gmx.de> Notes: svn path=/head/; revision=94875