From nobody@FreeBSD.org  Fri Apr 25 08:39:59 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id C9A6BA06
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 25 Apr 2014 08:39:59 +0000 (UTC)
Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mx1.freebsd.org (Postfix) with ESMTPS id 9DDFA122E
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 25 Apr 2014 08:39:59 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s3P8dxPk065318
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 25 Apr 2014 08:39:59 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s3P8dxhq065313;
	Fri, 25 Apr 2014 08:39:59 GMT
	(envelope-from nobody)
Message-Id: <201404250839.s3P8dxhq065313@cgiserv.freebsd.org>
Date: Fri, 25 Apr 2014 08:39:59 GMT
From: Max Brazhnikov <makc@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: devel/flexdock: update to 1.2.4
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: otacilio.neto@bsd.com.br

>Number:         188985
>Category:       ports
>Synopsis:       devel/flexdock: update to 1.2.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 25 08:50:01 UTC 2014
>Closed-Date:    Sat May 10 19:49:41 UTC 2014
>Last-Modified:  Sat May 10 19:50:00 UTC 2014
>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@bsd.com.br
+MAINTAINER=	makc@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:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Apr 25 08:50:05 UTC 2014 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188985 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: otacilio.neto@bsd.com.br
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/188985: devel/flexdock: update to 1.2.4
Date: Fri, 25 Apr 2014 08:50:04 UT

 Maintainer of devel/flexdock,
 
 Please note that PR ports/188985 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188985
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->open 
State-Changed-By: makc 
State-Changed-When: Sat May 10 19:49:13 UTC 2014 
State-Changed-Why:  
Maintainer timeout. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188985 
State-Changed-From-To: open->closed 
State-Changed-By: makc 
State-Changed-When: Sat May 10 19:49:40 UTC 2014 
State-Changed-Why:  
Committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188985 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/188985: commit references a PR
Date: Sat, 10 May 2014 19:48:23 +0000 (UTC)

 Author: makc
 Date: Sat May 10 19:48:18 2014
 New Revision: 353601
 URL: http://svnweb.freebsd.org/changeset/ports/353601
 QAT: https://qat.redports.org/buildarchive/r353601/
 
 Log:
   devel/flexdock:
   - Update to 1.2.4
   - Convert NOPORTDOCS to option
   - Add stage support
   - Update MASTER_SITES and WWW (project moved to forge.scilab.org)
   - Take maintainership (the port is required for math/scilab)
   
   PR:		ports/188985
   Approved by:	maintainer timeout (15 days)
 
 Modified:
   head/devel/flexdock/Makefile
   head/devel/flexdock/distinfo
   head/devel/flexdock/pkg-descr
 
 Modified: head/devel/flexdock/Makefile
 ==============================================================================
 --- head/devel/flexdock/Makefile	Sat May 10 19:47:41 2014	(r353600)
 +++ head/devel/flexdock/Makefile	Sat May 10 19:48:18 2014	(r353601)
 @@ -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@bsd.com.br
 +MAINTAINER=	makc@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
 -do-install:
 -	${INSTALL_DATA}	${WRKSRC}/build/${PORTNAME}-${PORTVERSION}.jar ${JAVAJARDIR}/${PORTNAME}.jar
 +OPTIONS_DEFINE=	DOCS
  
 -post-install:
 -.if !defined(NOPORTDOCS)
 -	@${ECHO_MSG} -n ">> Installing documentation files..."
 -	@${MKDIR} ${DOCSDIR}
 -	@(cd ${WRKSRC}/build/docs && ${COPYTREE_SHARE} \* ${DOCSDIR})
 -	@${ECHO_MSG} " [ DONE ]"
 -.endif
 +do-install:
 +	${INSTALL_DATA}	${WRKSRC}/build/${PORTNAME}-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar
 +	${MKDIR} ${STAGEDIR}${DOCSDIR}
 +	(cd ${WRKSRC}/build/docs && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR})
  
  .include <bsd.port.mk>
 
 Modified: head/devel/flexdock/distinfo
 ==============================================================================
 --- head/devel/flexdock/distinfo	Sat May 10 19:47:41 2014	(r353600)
 +++ head/devel/flexdock/distinfo	Sat May 10 19:48:18 2014	(r353601)
 @@ -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
 
 Modified: head/devel/flexdock/pkg-descr
 ==============================================================================
 --- head/devel/flexdock/pkg-descr	Sat May 10 19:47:41 2014	(r353600)
 +++ head/devel/flexdock/pkg-descr	Sat May 10 19:48:18 2014	(r353601)
 @@ -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/
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
