diff options
author | adamw <adamw@FreeBSD.org> | 2003-10-20 12:59:17 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-10-20 12:59:17 +0800 |
commit | 7d6fb622f7377ce30549760f2190f92298f62fd8 (patch) | |
tree | 6a25fb0edfc34f5068cbffb5fd2c3a0d61dd659c /graphics/dia/Makefile | |
parent | 5319cae07638a2f99ed067e9282469b9b2f6e965 (diff) | |
download | freebsd-ports-gnome-7d6fb622f7377ce30549760f2190f92298f62fd8.tar.gz freebsd-ports-gnome-7d6fb622f7377ce30549760f2190f92298f62fd8.tar.zst freebsd-ports-gnome-7d6fb622f7377ce30549760f2190f92298f62fd8.zip |
Update to 0.92 release.
I had to add a PORTEPOCH bump secondary to a poor choice of prerelease
numbering schemes on my part.
Diffstat (limited to 'graphics/dia/Makefile')
-rw-r--r-- | graphics/dia/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index eec239eb4cec..c237afa93a8c 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -6,12 +6,12 @@ # PORTNAME= dia -PORTVERSION= 0.92p7 +PORTVERSION= 0.92 +PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.92 DIST_SUBDIR= gnome2 -DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/-pre/} MAINTAINER?= gnome@FreeBSD.org COMMENT= Diagram creation program, similar to Visio |