diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-07-01 17:55:22 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-07-01 17:55:22 +0000 |
commit | abca5fa693335e4111e3c44fc4f9be5fbc2523c1 (patch) | |
tree | b77a5ecc0572f8b7da61acfa023566e1fcacddce /lang/yap | |
parent | 1c23a2a869cd1a695fb5a161b120df626867064e (diff) | |
download | pkgsrc-abca5fa693335e4111e3c44fc4f9be5fbc2523c1.tar.gz |
The recent libarchive update changed the library major. Increase the
ABI depends and perform a PKGREVISION bump for dependents.
Noticed by OSX binary package users.
Diffstat (limited to 'lang/yap')
-rw-r--r-- | lang/yap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/yap/Makefile b/lang/yap/Makefile index 586043c06c8..c3b6255da15 100644 --- a/lang/yap/Makefile +++ b/lang/yap/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2015/11/08 21:31:59 dholland Exp $ +# $NetBSD: Makefile,v 1.23 2016/07/01 17:55:23 jperkin Exp $ DISTNAME= yap-6.3.3 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= lang # MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yap/} MASTER_SITES= http://www.dcc.fc.up.pt/~vsc/Yap/ \ |