aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorjhale <jhale@FreeBSD.org>2014-02-23 09:13:39 +0800
committerjhale <jhale@FreeBSD.org>2014-02-23 09:13:39 +0800
commit3b3e68a27ecf1417f613943730f3e9dd54ca112e (patch)
tree8c4e1aadaf4a00636be9d965681b04b9863fd989 /graphics
parent718a2e807a5dcf3f5b45cb6048374672599a961a (diff)
downloadfreebsd-ports-gnome-3b3e68a27ecf1417f613943730f3e9dd54ca112e.tar.gz
freebsd-ports-gnome-3b3e68a27ecf1417f613943730f3e9dd54ca112e.tar.zst
freebsd-ports-gnome-3b3e68a27ecf1417f613943730f3e9dd54ca112e.zip
- Update to 3.12
- Support staging While here: - Unquote "false" in DESKTOP_ENTRIES - Sort pkg-plist PR: ports/186876 Submitted by: Oleg Ginzburg <olevole@olevole.ru> Approved by: Eugene Mychlo <myc@barev.net> (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/yed/Makefile15
-rw-r--r--graphics/yed/distinfo4
-rw-r--r--graphics/yed/pkg-plist6
3 files changed, 12 insertions, 13 deletions
diff --git a/graphics/yed/Makefile b/graphics/yed/Makefile
index aa75b91066e2..cf69eb5960bc 100644
--- a/graphics/yed/Makefile
+++ b/graphics/yed/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= yed
-PORTVERSION= 3.11.1
+PORTVERSION= 3.12
CATEGORIES= graphics java
MASTER_SITES= #
DISTNAME= yEd-${PORTVERSION}
@@ -21,7 +21,7 @@ USE_JAVA= yes
JAVA_VERSION= 1.6+
NO_BUILD= yes
RESTRICTED= Downloading requires acceptance of license agreement
-DESKTOP_ENTRIES="yEd" "${COMMENT}" "" "yed" "" "false"
+DESKTOP_ENTRIES="yEd" "${COMMENT}" "" "yed" "" false
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
@@ -29,7 +29,6 @@ SUB_FILES= ${PORTNAME}
DOWNLOAD_URL?= http://www.yworks.com/en/products_download.php?file=${DISTNAME}${EXTRACT_SUFX}
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
@@ -38,10 +37,10 @@ IGNORE= you must manually obtain ${DISTNAME}${EXTRACT_SUFX} from\
.endif
do-install:
- @${MKDIR} ${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.jar ${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/vectorgraphics.jar ${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/license.html ${DATADIR}
- ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
+ @${MKDIR} ${STAGEDIR}${DATADIR}
+ ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/license.html ${STAGEDIR}${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/vectorgraphics.jar ${STAGEDIR}${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.jar ${STAGEDIR}${DATADIR}
.include <bsd.port.post.mk>
diff --git a/graphics/yed/distinfo b/graphics/yed/distinfo
index 61a6cb31078c..9b5c00abfa98 100644
--- a/graphics/yed/distinfo
+++ b/graphics/yed/distinfo
@@ -1,2 +1,2 @@
-SHA256 (yEd-3.11.1.zip) = 68609a5b7d7fc0763e6425582cc7ce5d069272ddfae379e81135067081a3dbee
-SIZE (yEd-3.11.1.zip) = 26672014
+SHA256 (yEd-3.12.zip) = a463daa3934b9496da7beafd71ccef8dea6afbf50d17e8894c4f73e50fb87499
+SIZE (yEd-3.12.zip) = 26788275
diff --git a/graphics/yed/pkg-plist b/graphics/yed/pkg-plist
index 8673442b4aca..c8f990a66d0b 100644
--- a/graphics/yed/pkg-plist
+++ b/graphics/yed/pkg-plist
@@ -1,5 +1,5 @@
-%%DATADIR%%/yed.jar
-%%DATADIR%%/vectorgraphics.jar
-%%DATADIR%%/license.html
bin/yed
+%%DATADIR%%/license.html
+%%DATADIR%%/vectorgraphics.jar
+%%DATADIR%%/yed.jar
@dirrm %%DATADIR%%