diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-26 21:36:45 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-26 21:36:45 +0000 |
commit | 0c814fde44c7c730df8ba12bdd80bbebd85c20bb (patch) | |
tree | bbb287909a2d4a9229d1c906b0029d328e1a222a /devel/ode | |
parent | Fix 64-bit platforms: the ALIGNLONG macro aligned on an 32-bit word (diff) |
- Raise PORTEPOCH, PORTVERSION went backwards in previous commit
Reported by: eik's chkversion
Notes
Notes:
svn path=/head/; revision=112337
Diffstat (limited to 'devel/ode')
-rw-r--r-- | devel/ode/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/ode/Makefile b/devel/ode/Makefile index edf20b09e563..644e92f02ea8 100644 --- a/devel/ode/Makefile +++ b/devel/ode/Makefile @@ -7,6 +7,7 @@ PORTNAME= ode PORTVERSION= 0.5 +PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= opende |