diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-10-14 18:00:07 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-10-14 18:00:07 +0000 |
commit | 6d2b668115e6e8f42415eb8b8b2bdd7e38f795cb (patch) | |
tree | 68ae5af4e313fc63348ea05089f711a34d6199d5 /deskutils/sunbird/Makefile | |
parent | 3b8e2b9a88eb4a1d383680e44231af641266698e (diff) |
Fix the version numbers going backwards by add PORTEPOCH.
Approved by: portmgr (implicit, kris and marcus)
Reported by: erwin's tool
Notes
Notes:
svn path=/head/; revision=175307
Diffstat (limited to 'deskutils/sunbird/Makefile')
-rw-r--r-- | deskutils/sunbird/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/sunbird/Makefile b/deskutils/sunbird/Makefile index ed85444dae41..25613fddbaaf 100644 --- a/deskutils/sunbird/Makefile +++ b/deskutils/sunbird/Makefile @@ -8,6 +8,7 @@ PORTNAME= sunbird PORTVERSION= 0.3 +PORTEPOCH= 1 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} MASTER_SITE_SUBDIR= calendar/sunbird/releases/${DISTVERSION}/source |