mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
dns/utdns: Use upstream release archive
This commit is contained in:
parent
b855724882
commit
129d223ad6
3 changed files with 5 additions and 17 deletions
|
@ -1,7 +1,8 @@
|
|||
PORTNAME= utdns
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.2
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= https://github.com/rahra/${PORTNAME}/releases/download/v${DISTVERSION}/
|
||||
DISTNAME= ${PORTNAME}-${DISTVERSION}.r1265
|
||||
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
COMMENT= Proxy UDP/DNS to TCP/DNS
|
||||
|
@ -10,9 +11,6 @@ WWW= https://github.com/rahra/utdns
|
|||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= autoreconf
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= rahra
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1734188370
|
||||
SHA256 (rahra-utdns-v1.2_GH0.tar.gz) = 07abc1260b7a17de80b9c4a80319da0e177165b26273de503bec38d6f23e47b9
|
||||
SIZE (rahra-utdns-v1.2_GH0.tar.gz) = 22418
|
||||
TIMESTAMP = 1734227576
|
||||
SHA256 (utdns-1.2.r1265.tar.gz) = fa7d280a8460f094a12348f7dc9abaf425695ab5a42f0913fdc4a5dfd2a1096e
|
||||
SIZE (utdns-1.2.r1265.tar.gz) = 105442
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- configure.ac.orig 2018-07-11 07:19:15 UTC
|
||||
+++ configure.ac
|
||||
@@ -1,6 +1,5 @@
|
||||
AC_PREREQ(2.67)
|
||||
-define([revision], esyscmd([sh -c "echo -n `git log | wc -l`"]))dnl
|
||||
-AC_INIT([utdns], [[1.1.r]revision], [bf@abenteuerland.at])
|
||||
+AC_INIT([utdns], [1.1], [bf@abenteuerland.at])
|
||||
AM_INIT_AUTOMAKE([foreign -Wall -Werror])
|
||||
AC_SUBST([CFLAGS], [["$CFLAGS -Wall -Wextra"]])
|
||||
AC_PROG_CC
|
Loading…
Add table
Reference in a new issue