diff options
author | mr <mr@FreeBSD.org> | 2004-02-10 22:47:12 +0800 |
---|---|---|
committer | mr <mr@FreeBSD.org> | 2004-02-10 22:47:12 +0800 |
commit | 31985875a407b38b30321e7b6694fd87b92fbfc6 (patch) | |
tree | 5ba0fbe1f64dd1528165c019c016e03e8a145450 /cad/qcad/Makefile | |
parent | 7e29a8369d7f83f066e9cb4f2e17dddda5beb176 (diff) | |
download | freebsd-ports-gnome-31985875a407b38b30321e7b6694fd87b92fbfc6.tar.gz freebsd-ports-gnome-31985875a407b38b30321e7b6694fd87b92fbfc6.tar.zst freebsd-ports-gnome-31985875a407b38b30321e7b6694fd87b92fbfc6.zip |
- Upgrade to QCad version 2.0.2.0-1
See http://www.ribbonsoft.com/qcad_doc_changelog.html for changes
can save ACAD R12 .DXF Files now
- Finish elimination of PORTREVISION (Many thanks to Tilman Linneweh)
- Add interim patch for compilation
- Change MAINTAINER to my address to faster getting future errlogs
Submitted by: Tilman Linneweh <arved@FreeBSD.org> (part.)
Diffstat (limited to 'cad/qcad/Makefile')
-rw-r--r-- | cad/qcad/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile index 45f2f7719850..af0a848f8c54 100644 --- a/cad/qcad/Makefile +++ b/cad/qcad/Makefile @@ -6,18 +6,17 @@ # PORTNAME= qcad -PORTVERSION= 2.0.1.3 -PORTREVISION= 2 +PORTVERSION= 2.0.2.0.1 CATEGORIES= cad MASTER_SITES= http://www.ribbonsoft.com/archives/qcad/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-1.src +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.1/-1/}.src -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mr@FreeBSD.org COMMENT= Professional CAD system BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-${PORTREVISION}.src +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.1/-1/}.src QTDIR?= ${X11BASE} |