Index: head/security/ipfmeta/Makefile =================================================================== --- head/security/ipfmeta/Makefile (revision 568491) +++ head/security/ipfmeta/Makefile (revision 568492) @@ -1,28 +1,29 @@ # Created by: Ying-Chieh Liao # $FreeBSD$ PORTNAME= ipfmeta PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://cschubert.com/distfiles/ \ LOCAL/cy MAINTAINER= cy@FreeBSD.org COMMENT= Use objects in IPfilter files USES= perl5 shebangfix POD2MAN?= pod2man SHEBANG_FILES= ipfmeta do-build: @${POD2MAN} ${WRKSRC}/ipfmeta > ${WRKSRC}/${PORTNAME}.1 do-install: ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_SCRIPT} ${WRKSRC}/ipfmeta ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/ipf.* ${STAGEDIR}${DATADIR} .include Index: head/security/ipfmeta/files/patch-ipfmeta =================================================================== --- head/security/ipfmeta/files/patch-ipfmeta (nonexistent) +++ head/security/ipfmeta/files/patch-ipfmeta (revision 568492) @@ -0,0 +1,11 @@ +--- ipfmeta.orig 2021-03-15 10:14:10.073225000 -0700 ++++ ipfmeta 2021-03-15 10:17:37.515326000 -0700 +@@ -33,7 +33,7 @@ + + # Globals + my $Group = 0; +-my $Maxrec = 10; ++my $Maxrec = 20; + my $Objfile = "ipf.objs"; + my $Obj; my @Objs; + my $Val; my %Vals; Property changes on: head/security/ipfmeta/files/patch-ipfmeta ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property