svn commit: r331168 - in head: graphics/jgraph java/jgraph
Eitan Adler
eadler at FreeBSD.org
Mon Oct 21 18:01:23 UTC 2013
Author: eadler
Date: Mon Oct 21 18:01:22 2013
New Revision: 331168
URL: http://svnweb.freebsd.org/changeset/ports/331168
Log:
- Avoid PKGNAME collision.
- Fix COMMENT
Modified:
head/graphics/jgraph/Makefile
head/java/jgraph/Makefile
Modified: head/graphics/jgraph/Makefile
==============================================================================
--- head/graphics/jgraph/Makefile Mon Oct 21 18:00:38 2013 (r331167)
+++ head/graphics/jgraph/Makefile Mon Oct 21 18:01:22 2013 (r331168)
@@ -8,7 +8,7 @@ MASTER_SITES= http://web.eecs.utk.edu/~p
DISTFILES= ${PORTNAME}.shar.Z
MAINTAINER= ports at FreeBSD.org
-COMMENT= A program that generates postscript graphs
+COMMENT= Generates postscript graphs
NO_LATEST_LINK= yes
EXTRACT_CMD= uncompress
Modified: head/java/jgraph/Makefile
==============================================================================
--- head/java/jgraph/Makefile Mon Oct 21 18:00:38 2013 (r331167)
+++ head/java/jgraph/Makefile Mon Oct 21 18:01:22 2013 (r331168)
@@ -6,10 +6,11 @@ PORTVERSION= 5.13.0.4
CATEGORIES= java graphics
MASTER_SITES= http://www.jgraph.com/downloads/jgraph/archive/ \
http://www.bayofrum.net/dist/jgraph/
+PKGNAMESUFFIX= -java
EXTRACT_SUFX= .jar
MAINTAINER= crees at FreeBSD.org
-COMMENT= The Java Graph Diagram Component
+COMMENT= Java Graph Diagram Component
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/LICENSE
More information about the svn-ports-head
mailing list