diff --git a/sysutils/btop/Makefile b/sysutils/btop/Makefile index d23dc7ef277f..0144419390a9 100644 --- a/sysutils/btop/Makefile +++ b/sysutils/btop/Makefile @@ -1,23 +1,28 @@ PORTNAME= btop DISTVERSIONPREFIX= v -DISTVERSION= 1.2.13 -PORTREVISION= 1 +DISTVERSION= 1.3.0 CATEGORIES= sysutils MAINTAINER= pkubaj@FreeBSD.org COMMENT= Monitor of resources WWW= https://github.com/aristocratos/btop LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= gmake -USE_GCC= yes USE_GITHUB= yes GH_ACCOUNT= aristocratos -CXXFLAGS_i386= -latomic -CXXFLAGS_powerpc= -latomic MAKE_ARGS= STRIP=true ADDFLAGS="${CXXFLAGS} ${LDFLAGS}" VERBOSE=true +.include + +.if ${OSVERSION} < 1302507 +USE_GCC= yes +.if ${ARCH} == i386 || ${ARCH} == powerpc +LDFLAGS+= -latomic +.endif +.endif + .include diff --git a/sysutils/btop/distinfo b/sysutils/btop/distinfo index 6f5ac5076d34..587f8d7f7fd8 100644 --- a/sysutils/btop/distinfo +++ b/sysutils/btop/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667780772 -SHA256 (aristocratos-btop-v1.2.13_GH0.tar.gz) = 668dc4782432564c35ad0d32748f972248cc5c5448c9009faeb3445282920e02 -SIZE (aristocratos-btop-v1.2.13_GH0.tar.gz) = 982660 +TIMESTAMP = 1704810075 +SHA256 (aristocratos-btop-v1.3.0_GH0.tar.gz) = 375e078ce2091969f0cd14030620bd1a94987451cf7a73859127a786006a32cf +SIZE (aristocratos-btop-v1.3.0_GH0.tar.gz) = 1142088 diff --git a/sysutils/btop/pkg-plist b/sysutils/btop/pkg-plist index ed04bcbde329..5eb8715bda94 100644 --- a/sysutils/btop/pkg-plist +++ b/sysutils/btop/pkg-plist @@ -1,31 +1,33 @@ bin/btop share/applications/btop.desktop %%DATADIR%%/README.md %%DATADIR%%/themes/HotPurpleTrafficLight.theme %%DATADIR%%/themes/adapta.theme +%%DATADIR%%/themes/adwaita.theme %%DATADIR%%/themes/ayu.theme %%DATADIR%%/themes/dracula.theme %%DATADIR%%/themes/dusklight.theme %%DATADIR%%/themes/elementarish.theme %%DATADIR%%/themes/everforest-dark-hard.theme %%DATADIR%%/themes/flat-remix-light.theme %%DATADIR%%/themes/flat-remix.theme %%DATADIR%%/themes/greyscale.theme %%DATADIR%%/themes/gruvbox_dark.theme %%DATADIR%%/themes/gruvbox_dark_v2.theme %%DATADIR%%/themes/gruvbox_material_dark.theme +%%DATADIR%%/themes/horizon.theme %%DATADIR%%/themes/kyli0x.theme %%DATADIR%%/themes/matcha-dark-sea.theme %%DATADIR%%/themes/monokai.theme %%DATADIR%%/themes/night-owl.theme %%DATADIR%%/themes/nord.theme %%DATADIR%%/themes/onedark.theme %%DATADIR%%/themes/paper.theme %%DATADIR%%/themes/solarized_dark.theme %%DATADIR%%/themes/solarized_light.theme %%DATADIR%%/themes/tomorrow-night.theme %%DATADIR%%/themes/tokyo-night.theme %%DATADIR%%/themes/tokyo-storm.theme %%DATADIR%%/themes/whiteout.theme share/icons/hicolor/48x48/apps/btop.png share/icons/hicolor/scalable/apps/btop.svg