diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-13 22:55:34 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-13 22:55:34 +0800 |
commit | 01a6cc0db1e1bde6a8dd5582b4e9b24804295252 (patch) | |
tree | e679484ecf1c1dbc2fc65f9d55463e2fddde8d69 | |
parent | 08f172c5431d0da9fd348992ace510d3d596b0d0 (diff) | |
download | marcuscom-ports-01a6cc0db1e1bde6a8dd5582b4e9b24804295252.tar marcuscom-ports-01a6cc0db1e1bde6a8dd5582b4e9b24804295252.tar.gz marcuscom-ports-01a6cc0db1e1bde6a8dd5582b4e9b24804295252.tar.bz2 marcuscom-ports-01a6cc0db1e1bde6a8dd5582b4e9b24804295252.tar.lz marcuscom-ports-01a6cc0db1e1bde6a8dd5582b4e9b24804295252.tar.xz marcuscom-ports-01a6cc0db1e1bde6a8dd5582b4e9b24804295252.tar.zst marcuscom-ports-01a6cc0db1e1bde6a8dd5582b4e9b24804295252.zip |
Update the PORTVERSION to accurately reflect the fact that this is a
prerelease. Unfortunately, this PORTVERSION may eventually lead to a
PORTEPOCH bump.
Noticed by: kwm
I really should have noticed this before!
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1212 df743ca5-7f9a-e211-a948-0013205c9059
-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 4cb397748..5631adf97 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -6,12 +6,12 @@ # PORTNAME= dia -PORTVERSION= 0.92 +PORTVERSION= 0.92p2 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.92 DIST_SUBDIR= gnome2 -DISTNAME= ${PORTNAME}-${PORTVERSION}-pre2 +DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/-pre/} MAINTAINER?= gnome@FreeBSD.org COMMENT= Diagram creation program, similar to Visio |