diff options
Diffstat (limited to 'devel/valgrind-devel/Makefile')
-rw-r--r-- | devel/valgrind-devel/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/valgrind-devel/Makefile b/devel/valgrind-devel/Makefile index d58cbefda160..f3fbda42ed71 100644 --- a/devel/valgrind-devel/Makefile +++ b/devel/valgrind-devel/Makefile @@ -1,11 +1,11 @@ PORTNAME= valgrind -PORTVERSION= 3.25.0.g20250322 DISTVERSIONPREFIX= freebsd- +DISTVERSION= 3.26.0.g20250819 PORTEPOCH= 1 CATEGORIES= devel -MASTER_SITES= https://snapshots.sourceware.org/valgrind/trunk/2025-03-22_07-37_1742629021/ +MASTER_SITES= https://snapshots.sourceware.org/valgrind/trunk/2025-08-18_19-19_1755544741/ PKGNAMESUFFIX= -devel -DISTNAME= ${PORTNAME}-3.25.0.GIT +DISTNAME= ${PORTNAME}-${DISTVERSION:R}.GIT MAINTAINER= pjfloyd@wanadoo.fr COMMENT= Memory debugging and profiling tool @@ -17,13 +17,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING ONLY_FOR_ARCHS= aarch64 amd64 i386 USES= autoreconf cpe gmake pathfix perl5 pkgconfig shebangfix \ - python:3.9+,run tar:bz2 + python:run tar:bz2 USE_PERL5= build SHEBANG_FILES= callgrind/callgrind_annotate.in callgrind/callgrind_control.in \ cachegrind/cg_merge.in cachegrind/cg_diff.in \ cachegrind/cg_annotate.in GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ENV+= ac_cv_path_PERL=${PERL} PIE_UNSAFE= yes |