Port details |
- portdowngrade Sets a port back to a previous version
- 1.7 ports-mgmt =32 1.7Version of this port present on the latest quarterly branch.
- Maintainer: crees@FreeBSD.org
- Port Added: 2007-02-05 01:09:12
- Last Update: 2022-07-20 14:22:46
- Commit Hash: 9c165b9
- People watching this port, also watch:: unzip, gmake, libiconv, pcre, bash
- License: PD
- Description:
- Portdowngrade helps to downgrade FreeBSD ports by 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- portdowngrade>0:ports-mgmt/portdowngrade
- To install the port:
- cd /usr/ports/ports-mgmt/portdowngrade/ && make install clean
- To add the package, run one of these commands:
- pkg install ports-mgmt/portdowngrade
- pkg install portdowngrade
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: portdowngrade
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Run
-
- ports-mgmt/port-maintenance-tools
Configuration Options:
- No options to configure
- Options name:
- ports-mgmt_portdowngrade
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7 20 Jul 2022 14:22:46 |
Tobias C. Berner (tcberner) |
ports-mgmt: remove 'Created by' lines
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> (Only the first 15 lines of the commit message are shown above ) |
1.7 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.7 07 Nov 2020 08:15:03 |
crees |
ports-mgmt/portdowngrade: No need for svn dep
It is highly unlikely to be installed on a system without svnlite
PR: ports/250848 |
1.7 01 Sep 2018 11:23:29 |
crees |
Clarify error message |
1.6 16 Oct 2017 14:00:06 |
crees |
Correct licence
Submitted by: mat |
1.6 15 Oct 2017 22:02:21 |
crees |
Typo. |
1.6 15 Oct 2017 21:58:54 |
crees |
Fix repo protocol
While here, add LICENSE
PR: ports/223035
Submitted by: Markus Koschany |
1.5 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.5 11 Jun 2014 21:00:24 |
crees |
Respect WITH_SUBVERSION_VER
PR: ports/190946
Submitted by: ohauer
Submitted by: Simon Wright |
1.5 01 Nov 2013 19:38:50 |
crees |
Warn on changed behaviour: checks out to $(pwd).
While here, stagify
Submitted by: Torfinn Ingolfsen |
1.4 20 Sep 2013 22:36:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
ports-mgmt) |
1.4 30 May 2013 10:22:43 |
crees |
Update to 1.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 |
1.3 23 Mar 2013 13:41:16 |
crees |
Update to 1.3
- Add recurse option, to recover ports that the recovered port depends on
- Add recurse option, to recover ports that the recovered port depends on |
1.2 11 Mar 2013 18:45:16 |
crees |
Update to 1.2
- Properly strip category
Submitted by: eadler |
1.1_1 06 Mar 2013 20:49:22 |
crees |
Reversed logic
Submitted by: Domagoj Smolcic <rank1seeker@gmail.com>
Pointyhat to: crees |
1.1 06 Mar 2013 18:57:05 |
crees |
Update to 1.1:
- Error to stderr
- Assume that the user will set their own pager.
Submitted by: ak |
1.0 03 Mar 2013 10:30:47 |
crees |
Rewrite in sh for version 1.0
Minor behaviour changes, but still very
simple to use-- now supports Subversion! |
0.6_4 02 Mar 2013 18:55:22 |
crees |
Take maintainership.
Rewrite coming soon. |
0.6_4 02 Mar 2013 16:46:07 |
eadler |
Deprecate portdowngrade as it no longer functions as expected |
0.6_4 25 Jun 2012 16:39:44 |
swills |
- Revert previous commit as iconv deps mean we still need to LIB_DEPEND on
popt |
0.6_3 25 Jun 2012 13:34:40 |
swills |
- popt is only needed during build, so change DEPENDS
- Bump PORTREVISION due to package change |
0.6_2 25 Jun 2012 03:35:16 |
swills |
- Switch this to using ${LOCALBASE} instead of calling pkg_info, which
should allow it to be installed in an all pkgng world. |
0.6_2 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
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 |
0.6_2 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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 |
0.6_2 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
0.6_2 11 Jan 2011 13:53:33 |
arved |
Heiner does not have time for FreeBSD anymore, reset MAINTAINERSHIP
PR: 153897
Submitted by: Heiner Eichmann
Feature safe: yes
Mark kde3-apireference as DEPRECATED |
0.6_2 15 Feb 2010 23:53:42 |
pgollucci |
- Add some missing includes to please newer versions of GCC
PR: ports/143747
Submitted by: Rob Farmer <rfarmer@predatorlabs.net>
Approved by: maintainer
Feature safe: yes |
0.6_1 22 Aug 2009 00:35:32 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
0.6_1 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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 (Only the first 15 lines of the commit message are shown above ) |
0.6_1 06 Jun 2008 13:56:40 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
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) |
0.6 05 Feb 2007 01:08:46 |
pav |
Populate a new ports-mgmt category. List of moved ports:
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 (Only the first 15 lines of the commit message are shown above ) |