Index: head/mail/sieve-connect/Makefile =================================================================== --- head/mail/sieve-connect/Makefile (revision 308079) +++ head/mail/sieve-connect/Makefile (revision 308080) @@ -1,50 +1,46 @@ -# New ports collection makefile for: sieve-connect -# Date created: Sat 14 May 2011 -# Whom: Alexey V. Degtyarev -# +# Created by: Alexey V. Degtyarev # $FreeBSD$ -# PORTNAME= sieve-connect -PORTVERSION= 0.83 +PORTVERSION= 0.84 CATEGORIES= mail MASTER_SITES= http://people.spodhuis.org/phil.pennock/software/ \ ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/ MAINTAINER= alexey@renatasystems.org COMMENT= Command-line client for the MANAGESIEVE protocol LICENSE= unknown LICENSE_NAME= Public Domain LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} RUN_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \ p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 \ p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ p5-ReadLine-Gnu>=0:${PORTSDIR}/devel/p5-ReadLine-Gnu \ p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey USE_BZIP2= yes USE_PERL5= yes -PLIST_FILES= bin/${PORTNAME} +PLIST_FILES= bin/sieve-connect MAN1= sieve-connect.1 .if !defined(NOPORTDOCS) PORTDOCS= ChangeLog README TODO .endif do-install: ${INSTALL_SCRIPT} ${WRKSRC}/sieve-connect ${PREFIX}/bin/sieve-connect ${INSTALL_MAN} ${WRKSRC}/sieve-connect.1 \ ${MANPREFIX}/man/man1/sieve-connect.1 .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for _doc in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${_doc} ${DOCSDIR}/${_doc} .endfor .endif .include Property changes on: head/mail/sieve-connect/Makefile ___________________________________________________________________ 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 Index: head/mail/sieve-connect/distinfo =================================================================== --- head/mail/sieve-connect/distinfo (revision 308079) +++ head/mail/sieve-connect/distinfo (revision 308080) @@ -1,2 +1,2 @@ -SHA256 (sieve-connect-0.83.tar.bz2) = 5efcff922b053d1c845cdef0b3cb1b4551400117d2d581c0622b764be6b56827 -SIZE (sieve-connect-0.83.tar.bz2) = 31181 +SHA256 (sieve-connect-0.84.tar.bz2) = 3cda30c4f7fbbe3339a1dd934c989315e5a00c32ea203494d5c8dae77a36fa47 +SIZE (sieve-connect-0.84.tar.bz2) = 31737 Property changes on: head/mail/sieve-connect/distinfo ___________________________________________________________________ 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