diff options
author | miwi <miwi@FreeBSD.org> | 2008-07-26 06:24:16 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-07-26 06:24:16 +0800 |
commit | 0f26dadf45aa8c7595cc8975d1600f9e82f1365c (patch) | |
tree | 131f54df6ea548c3bc6a87bb3acedab02afb0790 /misc/py-qt4-doc | |
parent | de6391f1849b8c49adf9f34b8ac3108e7157d056 (diff) | |
download | freebsd-ports-gnome-0f26dadf45aa8c7595cc8975d1600f9e82f1365c.tar.gz freebsd-ports-gnome-0f26dadf45aa8c7595cc8975d1600f9e82f1365c.tar.zst freebsd-ports-gnome-0f26dadf45aa8c7595cc8975d1600f9e82f1365c.zip |
The first iteration of the py-qt4-* ports had a snapshot date as its
PORTVERSION. After that the PORTVERSION became 4.foo. Because this is
numerically lower than before, the PORTEPOCH should have been bumped.
Poked by: kris@
PR: 125814
Submitted by: Danny Pansters <danny@ricin.com> (maintainer)
Diffstat (limited to 'misc/py-qt4-doc')
-rw-r--r-- | misc/py-qt4-doc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/py-qt4-doc/Makefile b/misc/py-qt4-doc/Makefile index 31eddf5ff345..4d699c3e6fea 100644 --- a/misc/py-qt4-doc/Makefile +++ b/misc/py-qt4-doc/Makefile @@ -7,6 +7,7 @@ PORTNAME= doc PORTVERSION= ${PYQT4_VERSION} PORTREVISION= 1 +PORTEPOCH= 1 CATEGORIES= misc devel python MASTER_SITES= ${MASTER_SITES_PYQT4} |