mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- Update to version 1.0.3
- Include bsd.port.pre/post.mk, so that OPTIONS handling works correctly again (accidently removed in a previous commit)
This commit is contained in:
parent
07db9b1ac3
commit
12d3b45e74
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215816
@ -5,8 +5,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= basket
|
||||
PORTVERSION= 1.0.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.0.3
|
||||
CATEGORIES= deskutils kde
|
||||
MASTER_SITES= http://basket.kde.org/downloads/
|
||||
|
||||
@ -21,6 +20,8 @@ USE_LDCONFIG= yes
|
||||
OPTIONS= KONTACT "Kontact plugin" on \
|
||||
GPGME "GPG support (experimental)" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_KONTACT)
|
||||
LIB_DEPENDS+= kontact.1:${PORTSDIR}/deskutils/kdepim3
|
||||
PLIST_SUB= KONTACT=""
|
||||
@ -40,4 +41,4 @@ CONFIGURE_ARGS+= --with-encryption=no
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/-O2//g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (basket-1.0.2.tar.gz) = d71c62a56de9cc32ba2633e63e99071f
|
||||
SHA256 (basket-1.0.2.tar.gz) = 8c5715f700724b274d162074b601947136d8b71caa36bc3fa36a7b95836b997e
|
||||
SIZE (basket-1.0.2.tar.gz) = 6046068
|
||||
MD5 (basket-1.0.3.tar.gz) = 38ba3faa2620d04e42d9239d6764cb15
|
||||
SHA256 (basket-1.0.3.tar.gz) = 555860f8b57e8942f0982c71c91a210648c86b54827d1df7cb3440750e1cb70f
|
||||
SIZE (basket-1.0.3.tar.gz) = 5691329
|
||||
|
Loading…
Reference in New Issue
Block a user