aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--graphics/q-graph/Makefile23
-rw-r--r--graphics/q-graph/distinfo6
-rw-r--r--graphics/q-graph/pkg-plist13
3 files changed, 16 insertions, 26 deletions
diff --git a/graphics/q-graph/Makefile b/graphics/q-graph/Makefile
index 5c6b347245fd..66de9ba516b9 100644
--- a/graphics/q-graph/Makefile
+++ b/graphics/q-graph/Makefile
@@ -6,30 +6,19 @@
#
PORTNAME= graph
-PORTVERSION= 1.5
-PORTREVISION= 1
+PORTVERSION= 1.8
CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= q-lang
+MASTER_SITES= SF/q-lang
PKGNAMEPREFIX= q-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= gahr@FreeBSD.org
COMMENT= Q-Graph -- graph library and editor for the Q language
-RUN_DEPENDS= ${LOCALBASE}/bin/q:${PORTSDIR}/lang/q
-
-DEPRECATED= depends on deprecated port lang/q
-EXPIRATION_DATE= 2008-12-24
-
-USE_GNOME= gnometarget
-GNU_CONFIGURE= yes
+LIB_DEPENDS= q.8:${PORTSDIR}/lang/q
+RUN_DEPENDS= ${LOCALBASE}/lib/bwidget/init.tcl:${PORTSDIR}/x11-toolkits/bwidget
DATADIR= ${PREFIX}/share/q
-EXAMPLESDIR= ${PREFIX}/share/examples/q/graph
-post-patch:
- @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \
- ${GREP} -l "^examplesdir" | ${XARGS} ${REINPLACE_CMD} -e \
- "s;[(]pkgdatadir[)]/examples;(datadir)/examples/q;"
+GNU_CONFIGURE= yes
.include <bsd.port.mk>
diff --git a/graphics/q-graph/distinfo b/graphics/q-graph/distinfo
index e6651768b06e..cf9be26a552a 100644
--- a/graphics/q-graph/distinfo
+++ b/graphics/q-graph/distinfo
@@ -1,3 +1,3 @@
-MD5 (graph-1.5.tar.gz) = e011af48acb0fa72bd3042ffc2127339
-SHA256 (graph-1.5.tar.gz) = 663c944cfd186925bcadb163cf0dfa7468aeff1a1a19fcb57a5fed692f68292f
-SIZE (graph-1.5.tar.gz) = 106922
+MD5 (graph-1.8.tar.gz) = 4d78a02b7bf682ca0777fcceeb3948e6
+SHA256 (graph-1.8.tar.gz) = 8a2bf0b3b47bdd2fbf40c80a410184834068912cc0b1cab1f68dc28e3a920a1e
+SIZE (graph-1.8.tar.gz) = 109134
diff --git a/graphics/q-graph/pkg-plist b/graphics/q-graph/pkg-plist
index 9f603b62c0aa..467f8ad75ded 100644
--- a/graphics/q-graph/pkg-plist
+++ b/graphics/q-graph/pkg-plist
@@ -2,9 +2,10 @@ bin/graphed
bin/graphed2
%%DATADIR%%/etc/README-Graph
%%DATADIR%%/lib/graph.q
-%%DATADIR%%/lib/graphed.q
-%%DATADIR%%/lib/graphed.tcl
-%%EXAMPLESDIR%%/G
-%%EXAMPLESDIR%%/README
-%%EXAMPLESDIR%%/dijkstra.q
-@dirrm %%EXAMPLESDIR%%
+%%DATADIR%%/apps/graphed/graphed.q
+%%DATADIR%%/apps/graphed/graphed.tcl
+%%DATADIR%%/examples/graph/G
+%%DATADIR%%/examples/graph/README
+%%DATADIR%%/examples/graph/dijkstra.q
+@dirrm %%DATADIR%%/examples/graph
+@dirrm %%DATADIR%%/apps/graphed