diff options
author | prlw1 <prlw1@pkgsrc.org> | 2016-04-10 19:38:51 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2016-04-10 19:38:51 +0000 |
commit | 58ed6041e01b89ca99b40222256927f4094a8278 (patch) | |
tree | a9731880013456df6febdd9d8e3e20533e840101 /net/corebird | |
parent | 3ed795b9dd6552faf4635c306b91ac4912542fd2 (diff) | |
download | pkgsrc-58ed6041e01b89ca99b40222256927f4094a8278.tar.gz |
revbump for vala update
Diffstat (limited to 'net/corebird')
-rw-r--r-- | net/corebird/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/corebird/Makefile b/net/corebird/Makefile index 01146101dbb..842ad6192b4 100644 --- a/net/corebird/Makefile +++ b/net/corebird/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2016/03/05 09:40:53 ryoon Exp $ +# $NetBSD: Makefile,v 1.11 2016/04/10 19:38:52 prlw1 Exp $ DISTNAME= corebird-1.2 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= -https://github.com/baedert/corebird/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX} |