Skip to content

Commit

Permalink
net/sniffnet: update to 1.2.1
Browse files Browse the repository at this point in the history
Changelog: https://github.com/GyulyVGC/sniffnet/blob/v1.2.1/CHANGELOG.md

Reported by:	GitHub (watch releases)
  • Loading branch information
tagattie committed Jun 11, 2023
1 parent 531a547 commit 9372917
Show file tree
Hide file tree
Showing 5 changed files with 408 additions and 405 deletions.
10 changes: 5 additions & 5 deletions net/sniffnet/Makefile
@@ -1,7 +1,6 @@
PORTNAME= sniffnet
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.0
PORTREVISION= 1
DISTVERSION= 1.2.1
CATEGORIES= net

MAINTAINER= tagattie@FreeBSD.org
Expand All @@ -17,16 +16,17 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \
libfreetype.so:print/freetype2 \
libfontconfig.so:x11-fonts/fontconfig

USES= cargo ssl
USES= cargo

USE_GITHUB= yes
GH_ACCOUNT= GyulyVGC

post-install:
${INSTALL_DATA} ${WRKSRC}/resources/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR}
${INSTALL_DATA} ${WRKSRC}/resources/packaging/linux/${PORTNAME}.desktop \
${STAGEDIR}${DESKTOPDIR}
.for size in 8 16 22 24 32 36 42 48 64 72 96 128 160 192 256 384 512 1024
${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${size}x${size}/apps
${INSTALL_DATA} ${WRKSRC}/resources/icons/sniffnet-linux_${size}x${size}.png \
${INSTALL_DATA} ${WRKSRC}/resources/packaging/linux/graphics/${PORTNAME}_${size}x${size}.png \
${STAGEDIR}${PREFIX}/share/icons/hicolor/${size}x${size}/apps/${PORTNAME}.png
.endfor

Expand Down

0 comments on commit 9372917

Please sign in to comment.