Skip to content

Commit

Permalink
net/mdns-repeater: test IPv6 PR for #210
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Dec 18, 2024
1 parent 0b4c23e commit 3de30c0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 159 deletions.
8 changes: 5 additions & 3 deletions net/mdns-repeater/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= mdns-repeater
PORTVERSION= 1.11
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net dns

MAINTAINER= [email protected]
Expand All @@ -10,11 +10,13 @@ WWW= https://github.com/kennylevinsen/mdns-repeater/
LICENSE= GPLv2

USE_GITHUB= yes
GH_ACCOUNT= kennylevinsen
GH_ACCOUNT= Alphix
GH_TAGNAME= 75966e2

USE_RC_SUBR= mdns-repeater

CFLAGS+= -DHGVERSION="\"${PORTVERSION}\""
CFLAGS+= -DHGVERSION="\"${PORTVERSION}\"" \
-DIPV6_ADD_MEMBERSHIP=IPV6_JOIN_GROUP

PLIST_FILES= bin/mdns-repeater

Expand Down
6 changes: 3 additions & 3 deletions net/mdns-repeater/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1599045643
SHA256 (kennylevinsen-mdns-repeater-1.11_GH0.tar.gz) = e9595a75a0511236892f69fde66cbf81bc08f9cec5363b1f726ff56299ad9968
SIZE (kennylevinsen-mdns-repeater-1.11_GH0.tar.gz) = 11220
TIMESTAMP = 1734526523
SHA256 (Alphix-mdns-repeater-1.11-75966e2_GH0.tar.gz) = baf95c66f4deedd114b8557a57afbdf0dad4569409440754c275a44f514b8877
SIZE (Alphix-mdns-repeater-1.11-75966e2_GH0.tar.gz) = 16042
153 changes: 0 additions & 153 deletions net/mdns-repeater/files/patch-mdns-repeater.c

This file was deleted.

0 comments on commit 3de30c0

Please sign in to comment.