pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/beanstalkd



Module Name:    pkgsrc
Committed By:   khorben
Date:           Tue Apr  6 23:46:53 UTC 2021

Modified Files:
        pkgsrc/net/beanstalkd: Makefile

Log Message:
beanstalkd: simplify the Makefile

NFCI. Thanks leot@ for the heads up!


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/beanstalkd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/beanstalkd/Makefile
diff -u pkgsrc/net/beanstalkd/Makefile:1.1 pkgsrc/net/beanstalkd/Makefile:1.2
--- pkgsrc/net/beanstalkd/Makefile:1.1  Thu Mar 18 22:54:52 2021
+++ pkgsrc/net/beanstalkd/Makefile      Tue Apr  6 23:46:53 2021
@@ -1,10 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2021/03/18 22:54:52 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2021/04/06 23:46:53 khorben Exp $
 
-DISTNAME=      ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
-PKGNAME=       ${GITHUB_PROJECT}-1.12
+DISTNAME=      beanstalkd-1.12
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=kr/}
-GITHUB_PROJECT=        beanstalkd
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index