update to abook 0.5.1
maintainer timeout, from Xavier Santolaria <xavier at santolaria dot net>
This commit is contained in:
parent
91a85f4eef
commit
a9224a6694
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2003/10/17 19:02:15 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2003/12/30 22:44:39 sturm Exp $
|
||||
|
||||
COMMENT= "addressbook program with mutt support"
|
||||
|
||||
DISTNAME= abook-0.5.0
|
||||
DISTNAME= abook-0.5.1
|
||||
CATEGORIES= mail
|
||||
|
||||
HOMEPAGE= http://abook.sourceforge.net
|
||||
HOMEPAGE= http://abook.sourceforge.net/
|
||||
|
||||
MAINTAINER= Reinhard J. Sammer <reinhard@openbsd.org>
|
||||
|
||||
@ -19,16 +19,15 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=abook/}
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/abook
|
||||
WHITELIST=README abook2whitelist.sh mutt.whitelist whitelist.rc
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/abook/whitelist
|
||||
${INSTALL_DATA} ${WRKSRC}/contrib/mail2abook.py \
|
||||
${PREFIX}/share/examples/abook
|
||||
${INSTALL_DATA} ${WRKSRC}/contrib/vcard2abook.pl \
|
||||
${PREFIX}/share/examples/abook
|
||||
${INSTALL_DATA_DIR} ${EXAMPLESDIR}/whitelist
|
||||
${INSTALL_DATA} ${WRKSRC}/contrib/mail2abook.py ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/contrib/vcard2abook.pl ${EXAMPLESDIR}
|
||||
cd ${WRKSRC}/contrib/whitelist && \
|
||||
${INSTALL_DATA} ${WHITELIST} \
|
||||
${PREFIX}/share/examples/abook/whitelist
|
||||
${INSTALL_DATA} ${WHITELIST} ${EXAMPLESDIR}/whitelist
|
||||
${INSTALL_DATA} ${WRKSRC}/sample.abookrc ${EXAMPLESDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (abook-0.5.0.tar.gz) = 358630b5c5b4bb2097a51fe3cbe58297
|
||||
RMD160 (abook-0.5.0.tar.gz) = a9c5411103fb6ffd19021a20f1f067c2fa7c23ab
|
||||
SHA1 (abook-0.5.0.tar.gz) = 4a6c4b6941c1d3b9ae3a56743f934d2798d457e8
|
||||
MD5 (abook-0.5.1.tar.gz) = 3aaddb943845a875e53a0064b76a2f80
|
||||
RMD160 (abook-0.5.1.tar.gz) = 23eb67192067ac5b499f4b7720d14551690acdda
|
||||
SHA1 (abook-0.5.1.tar.gz) = 1c25b7a9fbf48a7ec4bbc3ca7993d88fdbdf276e
|
||||
|
@ -1,8 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2001/06/20 17:54:48 reinhard Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2003/12/30 22:44:39 sturm Exp $
|
||||
bin/abook
|
||||
man/man1/abook.1
|
||||
man/man5/abookrc.5
|
||||
share/examples/abook/mail2abook.py
|
||||
share/examples/abook/sample.abookrc
|
||||
share/examples/abook/vcard2abook.pl
|
||||
share/examples/abook/whitelist/README
|
||||
share/examples/abook/whitelist/abook2whitelist.sh
|
||||
|
Loading…
Reference in New Issue
Block a user