pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

firefox128: Adjust WRKSRC for ESR



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Fri Aug 16 17:40:31 2024 +0200
Changeset:	35a62e67013fe50255069c02a7053895b8369a5a

Modified Files:
	firefox128/Makefile

Log Message:
firefox128: Adjust WRKSRC for ESR

Rely on PKGVERSION_NOREV so that the proper WRKSRC is picked up.

(There are no "esr" suffix in WRKSRC.)

Accidentally missed in commit 7a678688839fd72b5e3bb8e281a8ca3041707047.

XXX: Maybe we should instruct www/firefox there too regarding that!

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=35a62e67013fe50255069c02a7053895b8369a5a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 firefox128/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/firefox128/Makefile b/firefox128/Makefile
index 4ba99f77e8..698081727e 100644
--- a/firefox128/Makefile
+++ b/firefox128/Makefile
@@ -45,7 +45,7 @@ LICENSE=	mpl-1.1
 #
 # -----------------------------------------------------------------------
 
-WRKSRC=		${WRKDIR}/firefox-${FIREFOX_VER:C/b.*//}
+WRKSRC=		${WRKDIR}/firefox-${PKGVERSION_NOREV}
 
 MOZILLA_DIR=	# empty
 


Home | Main Index | Thread Index | Old Index