Skip to content

Commit

Permalink
dns/dnsmasq-devel: update to 2.90test4
Browse files Browse the repository at this point in the history
  • Loading branch information
mandree committed Feb 13, 2024
1 parent 1fa2b1b commit ae3af87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dns/dnsmasq-devel/Makefile
@@ -1,5 +1,5 @@
PORTNAME= dnsmasq
DISTVERSION= 2.90test3 # remember to bump PORTEPOCH when going from test to rc!
DISTVERSION= 2.90test4 # remember to bump PORTEPOCH when going from test to rc!
# Leave the PORTREVISION in even if 0 to avoid accidental PORTEPOCH bumps:
PORTREVISION= 0
PORTEPOCH= 5
Expand Down Expand Up @@ -106,7 +106,7 @@ USE_RC_SUBR= dnsmasq
LDFLAGS+= -L${LOCALBASE}/lib ${_intllibs} ${ICONV_LIB}

post-patch:
${REINPLACE_CMD} -e '/^lua_/s/lua5\.2/lua-${LUA_VER}/' ${WRKSRC}/Makefile
${REINPLACE_CMD} -e '/^lua_/s/lua/lua-${LUA_VER}/' ${WRKSRC}/Makefile

pre-configure: pretty-print-config
.if ${PORT_OPTIONS:MIDN}
Expand Down
6 changes: 3 additions & 3 deletions dns/dnsmasq-devel/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1706738281
SHA256 (dnsmasq-2.90test3.tar.xz) = c057ddfafebd05b49e368b27f49e3337cf4d2108acc2f2b0461600b996bef0ca
SIZE (dnsmasq-2.90test3.tar.xz) = 593180
TIMESTAMP = 1707806733
SHA256 (dnsmasq-2.90test4.tar.xz) = 935177bede763c2a433b1a5700055a93f88913a6efadd461c4905c474d7cd69d
SIZE (dnsmasq-2.90test4.tar.xz) = 593728

0 comments on commit ae3af87

Please sign in to comment.