dns/utdns: Use upstream release archive

This commit is contained in:
Emanuel Haupt 2024-12-16 19:53:53 +01:00
parent b855724882
commit 129d223ad6
3 changed files with 5 additions and 17 deletions

View file

@ -1,7 +1,8 @@
PORTNAME= utdns PORTNAME= utdns
DISTVERSIONPREFIX= v
DISTVERSION= 1.2 DISTVERSION= 1.2
CATEGORIES= dns CATEGORIES= dns
MASTER_SITES= https://github.com/rahra/${PORTNAME}/releases/download/v${DISTVERSION}/
DISTNAME= ${PORTNAME}-${DISTVERSION}.r1265
MAINTAINER= ehaupt@FreeBSD.org MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Proxy UDP/DNS to TCP/DNS COMMENT= Proxy UDP/DNS to TCP/DNS
@ -10,9 +11,6 @@ WWW= https://github.com/rahra/utdns
LICENSE= GPLv3 LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf
USE_GITHUB= yes
GH_ACCOUNT= rahra
USE_RC_SUBR= ${PORTNAME} USE_RC_SUBR= ${PORTNAME}
GNU_CONFIGURE= yes GNU_CONFIGURE= yes

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1734188370 TIMESTAMP = 1734227576
SHA256 (rahra-utdns-v1.2_GH0.tar.gz) = 07abc1260b7a17de80b9c4a80319da0e177165b26273de503bec38d6f23e47b9 SHA256 (utdns-1.2.r1265.tar.gz) = fa7d280a8460f094a12348f7dc9abaf425695ab5a42f0913fdc4a5dfd2a1096e
SIZE (rahra-utdns-v1.2_GH0.tar.gz) = 22418 SIZE (utdns-1.2.r1265.tar.gz) = 105442

View file

@ -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