diff options
author | vs <vs@FreeBSD.org> | 2005-11-09 10:45:10 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-11-09 10:45:10 +0000 |
commit | 18ce4fd209645e1d1d63e0ef669d1173b19d6f81 (patch) | |
tree | a9acfcb0f6453682b34c5b16fe1c98681678d9b8 | |
parent | 61933e5e4dd8f862fb4a859686ea2003f4ffe8d8 (diff) | |
download | FreeBSD-ports-18ce4fd209645e1d1d63e0ef669d1173b19d6f81.zip FreeBSD-ports-18ce4fd209645e1d1d63e0ef669d1173b19d6f81.tar.gz |
- Update MASTER_SITES and WWW: line
- Tarball got rerolled with minor changes
- Remove obsolete post-patch target
PR: ports/88563
Submitted by: Ports Fury
-rw-r--r-- | math/qgfe/Makefile | 7 | ||||
-rw-r--r-- | math/qgfe/distinfo | 4 | ||||
-rw-r--r-- | math/qgfe/pkg-descr | 2 |
3 files changed, 4 insertions, 9 deletions
diff --git a/math/qgfe/Makefile b/math/qgfe/Makefile index 6367205..69c538f 100644 --- a/math/qgfe/Makefile +++ b/math/qgfe/Makefile @@ -9,8 +9,7 @@ PORTNAME= qgfe PORTVERSION= 1.0 CATEGORIES= math -MASTER_SITES= http://perso.club-internet.fr/pascal.brachet/qgfe/ -DISTNAME= ${PORTNAME}_${PORTVERSION} +MASTER_SITES= http://www.xm1math.net/qgfe/ MAINTAINER= ports@FreeBSD.org COMMENT= Gnuplot Front End @@ -26,10 +25,6 @@ MAKE_ENV= QTDIR=${X11BASE} \ PLIST_FILES= bin/qgfe -post-patch: - @${REINPLACE_CMD} -e "s@strstream.h@sstream@" \ - -e "s,ostrstream,ostringstream," ${WRKSRC}/logScaleOp.cpp - pre-build: @cd ${WRKSRC}; qmake -spec ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ ${PORTNAME}.pro diff --git a/math/qgfe/distinfo b/math/qgfe/distinfo index 7e8976f..23987e8 100644 --- a/math/qgfe/distinfo +++ b/math/qgfe/distinfo @@ -1,2 +1,2 @@ -MD5 (qgfe_1.0.tar.bz2) = 0e94e4e5212afdcdd1a3e0866a057935 -SIZE (qgfe_1.0.tar.bz2) = 69874 +MD5 (qgfe-1.0.tar.bz2) = 71ed002f2362ab2e774e8999a337ebf5 +SIZE (qgfe-1.0.tar.bz2) = 69711 diff --git a/math/qgfe/pkg-descr b/math/qgfe/pkg-descr index a7af884..29788a4 100644 --- a/math/qgfe/pkg-descr +++ b/math/qgfe/pkg-descr @@ -1,4 +1,4 @@ Qgfe is a graphical interface to the powerful gnuplot program for Unix systems. A good knowledge of Gnuplot is required to use Qgfe. -WWW: http://perso.club-internet.fr/pascal.brachet/qgfe/ +WWW: http://www.xm1math.net/qgfe/ |