Index: head/devel/flexdock/Makefile =================================================================== --- head/devel/flexdock/Makefile (revision 288067) +++ head/devel/flexdock/Makefile (revision 288068) @@ -1,39 +1,39 @@ # New ports collection makefile for: flexdock # Date created: 25 Nov 2009 # Whom: Otacilio de Araujo Ramos Neto # # $FreeBSD$ # PORTNAME= flexdock -PORTVERSION= 0.5.2 +PORTVERSION= 1.1 CATEGORIES= devel java -MASTER_SITES= https://flexdock.dev.java.net/files/documents/2037/152436/ +MASTER_SITES= http://java.net/downloads/${PORTNAME}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= otacilio.neto@bsd.com.br COMMENT= Swing windowing and docking framework USE_ZIP= yes USE_ANT= yes USE_JAVA= yes NO_WRKSUBDIR= yes ALL_TARGET= dist PLIST_FILES= ${JAVAJARDIR:C^${PREFIX}/^^}/${PORTNAME}.jar PORTDOCS= "User Guide.pdf" api do-install: ${INSTALL_DATA} ${WRKSRC}/build/${PORTNAME}-${PORTVERSION}.jar ${JAVAJARDIR}/${PORTNAME}.jar 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 Property changes on: head/devel/flexdock/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/devel/flexdock/distinfo =================================================================== --- head/devel/flexdock/distinfo (revision 288067) +++ head/devel/flexdock/distinfo (revision 288068) @@ -1,2 +1,2 @@ -SHA256 (flexdock-0.5.2-src.zip) = d8a3d41aa70d76984ce96a341c771c990821b7542401891f9002c6c8a7e1e321 -SIZE (flexdock-0.5.2-src.zip) = 6228879 +SHA256 (flexdock-1.1-src.zip) = 04a138171f96aef2d69ffa14be8afe9f8f9a5d73fe7c7b3851f0db3966d6fb16 +SIZE (flexdock-1.1-src.zip) = 6163015 Property changes on: head/devel/flexdock/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/devel/flexdock/pkg-descr =================================================================== --- head/devel/flexdock/pkg-descr (revision 288067) +++ head/devel/flexdock/pkg-descr (revision 288068) @@ -1,12 +1,12 @@ - FlexDock is a Java docking framework for use in cross-platform + FlexDock is a Java docking framework for use in cross-platform Swing applications. It offers features you'd expect in any desktop docking framework such as: - + * Tabbed and Split Layouts * Drag-n-Drop capability (with native drag rubber band painting on some platforms) * Floating windows * Collapsible Containers to Save Real Estate * Layout Persistence -WWW: https://flexdock.dev.java.net/ +WWW: http://java.net/projects/flexdock Property changes on: head/devel/flexdock/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property