summaryrefslogtreecommitdiff
path: root/net/librsync/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-09-01 16:16:55 +0000
committerwiz <wiz@pkgsrc.org>2016-09-01 16:16:55 +0000
commit21018a080612a1b99a813828a90cf3b997532a4a (patch)
treef4e0b1848679ef0677b09b2a11b17a1ae8c4e2db /net/librsync/Makefile
parent654b965f3b5fd2c163886f1de7ca8a1678388a15 (diff)
downloadpkgsrc-21018a080612a1b99a813828a90cf3b997532a4a.tar.gz
Updated librsync to 2.0.0.
Note: despite the major version bump, this release has few changes and should be binary and API compatible with the previous version. * Bump librsync version number to 2.0, to match the library soname/dylib version. (Martin Pool, #48)
Diffstat (limited to 'net/librsync/Makefile')
-rw-r--r--net/librsync/Makefile19
1 files changed, 6 insertions, 13 deletions
diff --git a/net/librsync/Makefile b/net/librsync/Makefile
index 80d9c26963d..0a19cc5d915 100644
--- a/net/librsync/Makefile
+++ b/net/librsync/Makefile
@@ -1,25 +1,18 @@
-# $NetBSD: Makefile,v 1.2 2016/07/09 06:38:43 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2016/09/01 16:16:55 wiz Exp $
-DISTNAME= librsync-1.0.1
-PKGREVISION= 1
+DISTNAME= librsync-2.0.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=librsync/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://librsync.sourcefrog.net/
COMMENT= rsync-like rolling checksum library
-
-GITHUB_TAG= f32ed26d02b4d59aa0db215fb58c7a2536d19cb9
-
LICENSE= gnu-lgpl-v2.1
-USE_LIBTOOL= yes
-USE_TOOLS+= autoconf automake libtoolize perl
-
-GNU_CONFIGURE= yes
-
-pre-configure:
- cd ${WRKSRC} && ./autogen.sh
+USE_CMAKE= yes
+USE_TOOLS+= perl
+USE_LANGUAGES= c c++
.include "../../devel/popt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"