1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Upgrade to 0.4.

Submitted by:	maintainer
This commit is contained in:
Oliver Braun 2003-05-21 07:00:12 +00:00
parent b1f2f963f7
commit 90a4c86232
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81581
2 changed files with 11 additions and 8 deletions

View File

@ -6,27 +6,30 @@
#
PORTNAME= maildirsync
PORTVERSION= 0.3
PORTVERSION= 0.4
CATEGORIES= mail perl5
MASTER_SITES= http://hacks.dlux.hu/maildirsync/
MAINTAINER= sergei@kolobov.com
COMMENT= Online synchronizer for Maildir-format mailboxes
BUILD_DEPENDS= ${LOCALBASE}/bin/perl5.8.0:${PORTSDIR}/lang/perl5.8
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL58= ${LOCALBASE}/bin/perl
USE_PERL5= yes
POD2MAN= ${LOCALBASE}/bin/pod2man
MAN1= maildirsync.1
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
BROKEN= This port requires Perl 5.6.0 or higher.
.endif
do-build:
${PERL} -pi -e 's!/usr/bin/perl!${PERL58}!' ${WRKSRC}/maildirsync.pl
${PERL} -pi -e 's!/usr/bin/perl!${PERL}!' ${WRKSRC}/maildirsync.pl
${POD2MAN} ${WRKSRC}/maildirsync.pod > ${WRKSRC}/maildirsync.1
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/maildirsync.pl ${PREFIX}/bin/maildirsync
${INSTALL_MAN} ${WRKSRC}/maildirsync.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1 +1 @@
MD5 (maildirsync-0.3.tar.gz) = c5d7139b1233f4fc360dcf5f4e1742cd
MD5 (maildirsync-0.4.tar.gz) = 33c16ebd7b838dfddb0329806b0d2371