diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-10 10:46:42 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-10 10:46:42 +0000 |
commit | c10b9640c95145c1685959c123f1d83194d3f617 (patch) | |
tree | cc9babc6bcacfef4c926df213ffecca812194e45 /devel/gdb53 | |
parent | 46481da6f78f4f678d927a5a7e05dbdbd9fef8f4 (diff) |
devel/gdb53 downgraded without bumping PORTEPOCH
On 2003-11-21, the devel/gdb53 port was downgraded from
5.3_20030311 to 5.3 without setting PORTEPOCH. The reason
was to make the port fetchable after the discontinuation
of the gdb 5.3.1 branch according to
http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/gdb53/Makefile?rev=1.21&content-type=text/x-cvsweb-markup
The missing PORTEPOCH confuses pkg_version, and rightfully so:
# pkg_version -v -s gdb*
gdb-5.3_20030311 > succeeds port (port has 5.3)
Please remember to increase PORTEPOCH when downgrading the version of a port.
PR: ports/60484
Submitted by: Matthias Andree <matthias.andree@gmx.de>
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=97865
Diffstat (limited to 'devel/gdb53')
-rw-r--r-- | devel/gdb53/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/gdb53/Makefile b/devel/gdb53/Makefile index 3f403bb20282..61611be8a3e6 100644 --- a/devel/gdb53/Makefile +++ b/devel/gdb53/Makefile @@ -8,6 +8,7 @@ PORTNAME= gdb PORTVERSION= 5.3 +PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= gdb/releases |