Index: head/security/yafic/Makefile =================================================================== --- head/security/yafic/Makefile (revision 169092) +++ head/security/yafic/Makefile (revision 169093) @@ -1,56 +1,55 @@ # New ports collection makefile for: yafic # Date created: 20 August 2001 # Whom: allan@saddi.com # # $FreeBSD$ # PORTNAME= yafic -PORTVERSION= 1.2 -PORTREVISION= 1 +PORTVERSION= 1.2.2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= allan@saddi.com COMMENT= Yet Another File Integrity Checker, similar to Tripwire GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes CONFIGURE_ENV= LDFLAGS="-static" .if defined(WITHOUT_OPENSSL) CONFIGURE_ARGS= --disable-crypto PLIST_SUB+= CRYPTO="@comment " .else PLIST_SUB+= CRYPTO="" .endif MAN1= yafic.1 .if !defined(WITHOUT_OPENSSL) MAN1+= yafic-sign.1 MLINKS= yafic-sign.1 yafic-check.1 .endif MAN5= yafic.conf.5 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/yafic ${PREFIX}/bin .if !defined(WITHOUT_OPENSSL) ${INSTALL_PROGRAM} ${WRKSRC}/yafic-sign ${PREFIX}/bin ${LN} -f ${PREFIX}/bin/yafic-sign ${PREFIX}/bin/yafic-check .endif ${INSTALL_MAN} ${WRKSRC}/yafic.1 ${PREFIX}/man/man1 .if !defined(WITHOUT_OPENSSL) ${INSTALL_MAN} ${WRKSRC}/yafic-sign.1 ${PREFIX}/man/man1 .endif ${INSTALL_MAN} ${WRKSRC}/yafic.conf.5 ${PREFIX}/man/man5 post-install: @${MKDIR} ${PREFIX}/share/examples/yafic @${CP} ${FILESDIR}/yafic.conf.sample ${EXAMPLESDIR} @${ECHO} @${SED} -e "s%@@PREFIX@@%${PREFIX}%g" ${PKGMESSAGE} @${ECHO} .include Property changes on: head/security/yafic/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/security/yafic/distinfo =================================================================== --- head/security/yafic/distinfo (revision 169092) +++ head/security/yafic/distinfo (revision 169093) @@ -1,3 +1,3 @@ -MD5 (yafic-1.2.tar.gz) = ada58bf2b150ced760b1e1a814c152c2 -SHA256 (yafic-1.2.tar.gz) = 09bd7b900fe384ca22e111ed6fd39c4effef8aee05c179e9d9609af279e088a1 -SIZE (yafic-1.2.tar.gz) = 87353 +MD5 (yafic-1.2.2.tar.gz) = 8de731a2672e62150e7aef0643cfcaa9 +SHA256 (yafic-1.2.2.tar.gz) = ceec9e5b12048f4630c8273bab04ad149713b40b94067fc80443bcbd3132cb03 +SIZE (yafic-1.2.2.tar.gz) = 96893 Property changes on: head/security/yafic/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property