git: 617f65a8f2d3 - main - irc/eggdrop: Fix Makefile ordering
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Jan 2025 18:24:52 UTC
The branch main has been updated by zi: URL: https://cgit.FreeBSD.org/ports/commit/?id=617f65a8f2d3b41a88c383a0451e1f6b0c4d3238 commit 617f65a8f2d3b41a88c383a0451e1f6b0c4d3238 Author: Ryan Steinmetz <zi@FreeBSD.org> AuthorDate: 2025-01-29 18:24:44 +0000 Commit: Ryan Steinmetz <zi@FreeBSD.org> CommitDate: 2025-01-29 18:24:44 +0000 irc/eggdrop: Fix Makefile ordering --- irc/eggdrop/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/eggdrop/Makefile b/irc/eggdrop/Makefile index 5f1cc0f42a28..baa011307ef5 100644 --- a/irc/eggdrop/Makefile +++ b/irc/eggdrop/Makefile @@ -1,6 +1,6 @@ PORTNAME= eggdrop -PORTREVISION= 1 DISTVERSION= 1.10.0 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= https://github.com/eggheads/${PORTNAME}/releases/download/v${DISTVERSION}/