mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
net-im/profanity: Update to 0.13.1
- Remove patch as it is now upstream
This commit is contained in:
parent
eac29b0409
commit
c285b8cd2c
@ -1,5 +1,5 @@
|
||||
PORTNAME= profanity
|
||||
DISTVERSION= 0.13.0
|
||||
DISTVERSION= 0.13.1
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= https://github.com/${PORTNAME}-im/${PORTNAME}/releases/download/${DISTVERSION}/
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1663273219
|
||||
SHA256 (profanity-0.13.0.tar.xz) = dbf43e02a8ef2a0ffc48a02c635f14f0c247ac7fd1683d009b9c1f91c250a559
|
||||
SIZE (profanity-0.13.0.tar.xz) = 621344
|
||||
TIMESTAMP = 1666418586
|
||||
SHA256 (profanity-0.13.1.tar.xz) = 62c3c46fc803b1eea041d0cdb72642ac066e39df962a46adfc31c7f0f3dcfb0e
|
||||
SIZE (profanity-0.13.1.tar.xz) = 621836
|
||||
|
@ -1,30 +0,0 @@
|
||||
--- configure.ac.orig 2022-09-13 09:50:49 UTC
|
||||
+++ configure.ac
|
||||
@@ -272,11 +272,11 @@ AS_IF([test "x$PLATFORM" = xosx],
|
||||
[AC_MSG_NOTICE([libnotify support will be disabled])])])])])
|
||||
|
||||
dnl feature: xscreensaver
|
||||
-AS_IF([test "x$enable_xscreensaver" != xno],
|
||||
+AS_IF([test "x$with_xscreensaver" != xno],
|
||||
[PKG_CHECK_MODULES([xscrnsaver], [xscrnsaver],
|
||||
[AC_MSG_NOTICE([xscreensaver support is enabled]);
|
||||
LIBS="$xscrnsaver_LIBS $LIBS" CFLAGS="$CFLAGS $xscrnsaver_CFLAGS"],
|
||||
- [AS_IF([test "x$enable_xscreensaver" = xyes],
|
||||
+ [AS_IF([test "x$with_xscreensaver" = xyes],
|
||||
[AC_MSG_ERROR([xscreensaver is required but does not exist])],
|
||||
[AC_MSG_NOTICE([xscreensaver support is disabled])])])])
|
||||
|
||||
@@ -311,11 +311,11 @@ if test "x$enable_otr" != xno; then
|
||||
fi
|
||||
|
||||
dnl feature: pixbuf / used for scaling avatars before uploading via `/avatar set`
|
||||
-AS_IF([test "x$enable_pixbuf" != xno],
|
||||
+AS_IF([test "x$enable_gdk_pixbuf" != xno],
|
||||
[PKG_CHECK_MODULES([gdk_pixbuf], [gdk-pixbuf-2.0 >= 2.4],
|
||||
[AC_DEFINE([HAVE_PIXBUF], [1], [gdk-pixbuf module])
|
||||
LIBS="$gdk_pixbuf_LIBS $LIBS" CFLAGS="$gdk_pixbuf_CFLAGS $CFLAGS"],
|
||||
- [AS_IF([test "x$enable_pixbuf" = xyes],
|
||||
+ [AS_IF([test "x$enable_gdk_pixbuf" = xyes],
|
||||
[AC_MSG_ERROR([gdk-pixbuf-2.0 >= 2.4 is required to scale avatars before uploading])],
|
||||
[AC_MSG_NOTICE([gdk-pixbuf-2.0 >= 2.4 not found, GDK Pixbuf support not enabled])])])])
|
||||
|
@ -11,6 +11,7 @@ man/man1/profanity.1.gz
|
||||
%%DATADIR%%/themes/boothj5_laptop
|
||||
%%DATADIR%%/themes/boothj5_slack
|
||||
%%DATADIR%%/themes/gruvbox
|
||||
%%DATADIR%%/themes/gruvbox_transparent
|
||||
%%DATADIR%%/themes/hacker
|
||||
%%DATADIR%%/themes/headache
|
||||
%%DATADIR%%/themes/irssi
|
||||
|
Loading…
Reference in New Issue
Block a user