Bug 188985 - devel/flexdock: update to 1.2.4
Summary: devel/flexdock: update to 1.2.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-25 09:50 UTC by Max Brazhnikov
Modified: 2014-05-10 20:50 UTC (History)
0 users

See Also:


Attachments
file.diff (2.19 KB, patch)
2014-04-25 09:50 UTC, Max Brazhnikov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Max Brazhnikov freebsd_committer freebsd_triage 2014-04-25 09:50:01 UTC
- 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)

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-25 09:50:04 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-25 09:50:05 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-05-10 20:48:23 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"
Comment 4 Max Brazhnikov freebsd_committer freebsd_triage 2014-05-10 20:49:13 UTC
State Changed
From-To: feedback->open

Maintainer timeout.
Comment 5 Max Brazhnikov freebsd_committer freebsd_triage 2014-05-10 20:49:40 UTC
State Changed
From-To: open->closed

Committed.