diff options
Diffstat (limited to 'sysutils/pstacku/Makefile')
-rw-r--r-- | sysutils/pstacku/Makefile | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/sysutils/pstacku/Makefile b/sysutils/pstacku/Makefile index ddedff369e3f..bc64cc805d71 100644 --- a/sysutils/pstacku/Makefile +++ b/sysutils/pstacku/Makefile @@ -1,20 +1,22 @@ PORTNAME= pstacku -PORTVERSION= 0.9.2 -PORTREVISION= 1 -CATEGORIES= sysutils -MASTER_SITES= https://kib.kiev.ua/kib/${PORTNAME}/ \ - http://kib.kiev.ua/kib/${PORTNAME}/ +PORTVERSION= 0.10.0 +CATEGORIES= sysutils devel MAINTAINER= pizzamig@FreeBSD.org COMMENT= Retrieve process stack traces -WWW= https://www.kib.kiev.ua/git/gitweb.cgi?p=pstacku.git;a=tree +WWW= https://github.com/kostikbel/pstacku LICENSE= BSD2CLAUSE LIB_DEPENDS= libunwind.so:devel/libunwind +USES= autoreconf + +USE_GITHUB= yes +GH_ACCOUNT= kostikbel +GH_TAGNAME= f2b80d40993f689539ae46ea0b985d7332aa317f + GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS+=--with-libunwind=${LOCALBASE} LLD_UNSAFE= yes ONLY_FOR_ARCHS= amd64 i386 |