ports/188985: devel/flexdock: update to 1.2.4
Max Brazhnikov
makc at FreeBSD.org
Fri Apr 25 08:50:01 UTC 2014
>Number: 188985
>Category: ports
>Synopsis: devel/flexdock: update to 1.2.4
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Fri Apr 25 08:50:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Max Brazhnikov
>Release: FreeBSD 9.2-STABLE amd64
>Organization:
>Environment:
>Description:
- Update to 1.2.4
- Convert NOPORTDOCS to option
- Add stage support
- Update MASTER_SITES, WWW: project moved to forge.scilab.org
- Take maintainership (the port is required for math/scilab)
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: devel/flexdock/Makefile
===================================================================
--- devel/flexdock/Makefile (revision 351643)
+++ devel/flexdock/Makefile (working copy)
@@ -2,35 +2,26 @@
# $FreeBSD$
PORTNAME= flexdock
-PORTVERSION= 1.1
+PORTVERSION= 1.2.4
CATEGORIES= devel java
-MASTER_SITES= http://java.net/downloads/${PORTNAME}/
-DISTNAME= ${PORTNAME}-${PORTVERSION}-src
+MASTER_SITES= http://forge.scilab.org/index.php/p/${PORTNAME}/downloads/get/
-MAINTAINER= otacilio.neto at bsd.com.br
+MAINTAINER= makc at FreeBSD.org
COMMENT= Swing windowing and docking framework
-USES= zip
USE_ANT= yes
USE_JAVA= yes
-NO_WRKSUBDIR= yes
-
ALL_TARGET= dist
PLIST_FILES= ${JAVAJARDIR:C^${PREFIX}/^^}/${PORTNAME}.jar
PORTDOCS= "User Guide.pdf" api
-NO_STAGE= yes
+OPTIONS_DEFINE= DOCS
+
do-install:
- ${INSTALL_DATA} ${WRKSRC}/build/${PORTNAME}-${PORTVERSION}.jar ${JAVAJARDIR}/${PORTNAME}.jar
+ ${INSTALL_DATA} ${WRKSRC}/build/${PORTNAME}-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ (cd ${WRKSRC}/build/docs && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR})
-post-install:
-.if !defined(NOPORTDOCS)
- @${ECHO_MSG} -n ">> Installing documentation files..."
- @${MKDIR} ${DOCSDIR}
- @(cd ${WRKSRC}/build/docs && ${COPYTREE_SHARE} \* ${DOCSDIR})
- @${ECHO_MSG} " [ DONE ]"
-.endif
-
.include <bsd.port.mk>
Index: devel/flexdock/distinfo
===================================================================
--- devel/flexdock/distinfo (revision 351643)
+++ devel/flexdock/distinfo (working copy)
@@ -1,2 +1,2 @@
-SHA256 (flexdock-1.1-src.zip) = 04a138171f96aef2d69ffa14be8afe9f8f9a5d73fe7c7b3851f0db3966d6fb16
-SIZE (flexdock-1.1-src.zip) = 6163015
+SHA256 (flexdock-1.2.4.tar.gz) = ff0383929c5373df6c14ba321923b5668023b33c0345c1e8b1b46e056530fda2
+SIZE (flexdock-1.2.4.tar.gz) = 5977054
Index: devel/flexdock/pkg-descr
===================================================================
--- devel/flexdock/pkg-descr (revision 351643)
+++ devel/flexdock/pkg-descr (working copy)
@@ -9,4 +9,4 @@
* Collapsible Containers to Save Real Estate
* Layout Persistence
-WWW: http://java.net/projects/flexdock
+WWW: http://forge.scilab.org/index.php/p/flexdock/
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list