Index: Makefile =================================================================== RCS file: /home/pcvs/ports/security/rats/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- Makefile 12 Aug 2008 21:06:15 -0000 1.16 +++ Makefile 21 Mar 2010 18:54:29 -0000 @@ -6,12 +6,9 @@ # PORTNAME= rats -PORTVERSION= 2.1 -PORTREVISION= 2 +PORTVERSION= 2.3 CATEGORIES= security devel -MASTER_SITES= http://www.fortify.com/servlet/downloads/public/ \ - ${MASTER_SITE_PACKETSTORM} -MASTER_SITE_SUBDIR= UNIX/security +MASTER_SITES= http://www.fortify.com/servlet/download/public/ MAINTAINER= lx@FreeBSD.org COMMENT= Source code auditing tool @@ -19,15 +16,17 @@ LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 GNU_CONFIGURE= yes +USE_GMAKE= yes CONFIGURE_ARGS+=--with-expat-lib=${LOCALBASE}/lib \ - --with-expat-include=${LOCALBASE}/include/xml + --with-expat-include=${LOCALBASE}/include/xml \ + --datadir=${DATADIR} -ALL_TARGET= rats +ALL_TARGET= ${PORTNAME} post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/rats - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/rats + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif MAN1= rats.1 Index: distinfo =================================================================== RCS file: /home/pcvs/ports/security/rats/distinfo,v retrieving revision 1.8 diff -u -r1.8 distinfo --- distinfo 25 Nov 2005 18:01:11 -0000 1.8 +++ distinfo 21 Mar 2010 18:54:29 -0000 @@ -1,3 +1,3 @@ -MD5 (rats-2.1.tar.gz) = adf31806f1eff0c353abcfd57653ecb3 -SHA256 (rats-2.1.tar.gz) = ec9fac2765b655c03cede8c5920de3226581f1e626be314bce95f4d0ac9aadd9 -SIZE (rats-2.1.tar.gz) = 326930 +MD5 (rats-2.3.tar.gz) = 339ebe60fc61789808a457f6f967d226 +SHA256 (rats-2.3.tar.gz) = 36872ab4ed55058821d49cd0d1f2c36f1505dae129a697083717a95924cd1478 +SIZE (rats-2.3.tar.gz) = 391573 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/security/rats/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 21 Sep 2002 01:55:46 -0000 1.3 +++ pkg-plist 21 Mar 2010 18:54:29 -0000 @@ -1,8 +1,10 @@ bin/rats -share/rats-c.xml -share/rats-openssl.xml -share/rats-perl.xml -share/rats-php.xml -share/rats-python.xml -%%PORTDOCS%%share/doc/rats/README -%%PORTDOCS%%@dirrm share/doc/rats +%%DATADIR%%/rats-c.xml +%%DATADIR%%/rats-openssl.xml +%%DATADIR%%/rats-perl.xml +%%DATADIR%%/rats-php.xml +%%DATADIR%%/rats-python.xml +%%DATADIR%%/rats-ruby.xml +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm %%DATADIR%%