Bug 48367 - [NON-MAINTAINER] update mail/pflogsumm from 1.0.7 to 1.0.8
Summary: [NON-MAINTAINER] update mail/pflogsumm from 1.0.7 to 1.0.8
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-17 10:50 UTC by osa
Modified: 2003-02-17 15:49 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (2.08 KB, patch)
2003-02-17 10:50 UTC, osa
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description osa 2003-02-17 10:50:14 UTC
	update mail/pflogsumm from 1.0.7 to 1.0.8
	install docs
	use COMMENT in Makefile instead of pkg-comment file
Comment 1 Erwin Lansing 2003-02-17 12:19:02 UTC
On Mon, Feb 17, 2003 at 01:48:06PM +0300, Sergey A.Osokin wrote:
> 
>  
>  PORTNAME=	pflogsumm
> -PORTVERSION=	1.0.7
> -PORTEPOCH=	1
> +PORTVERSION=	1.0.8
> +#PORTEPOCH=	1


We need to keep PORTEPOCH, it can only go up, never down.

>  CATEGORIES=	mail
>  MASTER_SITES=	http://jimsun.LinxNet.com/downloads/ \
>  		ftp://jimsun.LinxNet.com/pub/postfix_contrib/
>  
>  MAINTAINER=	erwin@lansing.dk
> +COMMENT=	Postfix Log Entry Summarizer
>  
>  RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc
>  
> @@ -25,5 +26,12 @@
>  	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl \
>  		${PREFIX}/bin/${PORTNAME}
>  	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1
> +.if !defined(NOPORTDOCS)
> +	@${MKDIR} ${PREFIX}/share/doc/pflogsumm
> +.for i in README ToDo pflogsumm-faq.txt
> +	${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/pflogsumm
> +.endfor
> +.endif
> +
>  
>  .include <bsd.port.mk>


There's an extra empty line there which should have been caught by
portlint.
I've put an updated patch at
http://panda.droso.net/~erwin/pflogsumm.diff

Otherwise, good work, especially on the docs. Thanks!

-erwin

-- 
                    _._     _,-'""`-._
Erwin Lansing      (,-.`._,'(       |\`-/|    http://droso.org/
erwin@lansing.dk       `-.-' \ )-`( , o o)    http://fnidder.dk/
                    -bf-      `-    \`_`"'-
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2003-02-17 15:49:17 UTC
State Changed
From-To: open->closed

Committed, thanks