Index: head/devel/simian/Makefile =================================================================== --- head/devel/simian/Makefile (revision 187764) +++ head/devel/simian/Makefile (revision 187765) @@ -1,103 +1,103 @@ # New ports collection makefile for: simian # Date created: July 8, 2005 # Whom: andreas@syndrom23.de # # $FreeBSD$ # PORTNAME= simian -PORTVERSION= 2.2.16 +PORTVERSION= 2.2.17 CATEGORIES= devel java MASTER_SITES= http://www.redhillconsulting.com.au/products/simian/ MAINTAINER= miwi@FreeBSD.org COMMENT= Similarity analyser for source and other text files .if defined(WITHOUT_JAVA) && !defined(WITH_MONO) WITH_MONO= yes .endif .if defined(WITH_MONO) RUN_DEPENDS+= mono:${PORTSDIR}/lang/mono .endif NO_BUILD= yes NO_WRKSUBDIR= yes USE_ZIP= yes .if !defined(WITHOUT_JAVA) USE_JAVA= yes JAVA_VERSION= 1.4+ PLIST_SUB+= JAVA="" SUB_LIST+= JAVA="" .else PLIST_SUB+= JAVA="@comment " SUB_LIST+= JAVA="@comment " .endif .if defined(WITH_MONO) PLIST_SUB+= MONO="" SUB_LIST+= MONO="" .else PLIST_SUB+= MONO="@comment " SUB_LIST+= MONO="@comment " .endif .if defined(PACKAGE_BUILDING) RESTRICTED= Have to agree to license before download .endif SUB_FILES= simian SUB_LIST+= VERSION=${PORTVERSION} PLIST_SUB+= VERSION=${PORTVERSION} .if !defined(NOPORTDOCS) PORTDOCS= LICENSE.txt changes.html customers.html features.html \ future_plans.html get_dotnet.png get_it_now.html \ get_java_blue-button.gif index.html installation.html \ menu.html overview.html simian.jpg \ javadoc .endif .include pre-fetch: .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) .if !defined(PACKAGE_BUILDING) && (!defined(SIMIAN_AGREE_LICENSE) || ${SIMIAN_AGREE_LICENSE} != "yes") @${ECHO} By downloading this version, you agree to the terms @${ECHO} and conditions set out in the license agreement and @${ECHO} you agree that, should you wish to continue using @${ECHO} Simian for other than open source projects, non- @${ECHO} commercial projects or evaluation purposes for a @${ECHO} period greater than 15 days, you will purchase a @${ECHO} license as described above. @${ECHO} @${ECHO} http://www.redhillconsulting.com.au/products/simian/LICENSE.txt @${ECHO} @${ECHO} Build with SIMIAN_AGREE_LICENSE=yes to continue. @${ECHO} @${FALSE} .endif .endif do-install: @${MKDIR} ${TARGETDIR}/share/xsl/${PORTNAME} ${CP} ${WRKSRC}/simian.xsl ${TARGETDIR}/share/xsl/${PORTNAME} @${MKDIR} ${TARGETDIR}/simian @${MKDIR} ${TARGETDIR}/simian/bin .if !defined(WITHOUT_JAVA) ${CP} ${WRKSRC}/bin/simian-${PORTVERSION}.jar ${TARGETDIR}/simian/bin .endif .if defined(WITH_MONO) ${CP} ${WRKSRC}/bin/*.dll ${TARGETDIR}/simian/bin ${CP} ${WRKSRC}/bin/simian-${PORTVERSION}.exe ${TARGETDIR}/simian/bin .endif ${CP} ${WRKSRC}/simian ${TARGETDIR}/bin/simian ${CHMOD} a+x ${TARGETDIR}/bin/simian .if !defined(NOPORTDOCS) cd ${WRKSRC} \ && ${FIND} ${PORTDOCS} -type d -exec ${MKDIR} ${DOCSDIR}/\{} \; \ && ${FIND} ${PORTDOCS} -type f -exec ${INSTALL_DATA} \{} ${DOCSDIR}/\{} \; .endif .include Property changes on: head/devel/simian/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/devel/simian/distinfo =================================================================== --- head/devel/simian/distinfo (revision 187764) +++ head/devel/simian/distinfo (revision 187765) @@ -1,3 +1,3 @@ -MD5 (simian-2.2.16.zip) = 3fc551e52486bab23c7738aa49be21dc -SHA256 (simian-2.2.16.zip) = 6a90753a966bbf3a580c85e3a687a3c638458f5cbd49a885b805b52d7052e148 -SIZE (simian-2.2.16.zip) = 4526306 +MD5 (simian-2.2.17.zip) = 2de360a9036476f1804f5232b5be72f5 +SHA256 (simian-2.2.17.zip) = a3f4f5c565a85eb21ea35bd77f510db573c89cce2a1739b0f8e3736dcbd005a0 +SIZE (simian-2.2.17.zip) = 4526276 Property changes on: head/devel/simian/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property