diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2022-10-22 06:07:09 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2022-10-22 06:12:14 +0000 |
commit | c285b8cd2c71f5953c648e3b1ef17baf2b114dec (patch) | |
tree | 8bcb62ededacec186ac6fff9b5a8088206e4e28e | |
parent | eac29b0409dea240d3810f2fdfa19aa2a5f30f3f (diff) | |
download | ports-c285b8cd2c71f5953c648e3b1ef17baf2b114dec.tar.gz ports-c285b8cd2c71f5953c648e3b1ef17baf2b114dec.zip |
net-im/profanity: Update to 0.13.1
- Remove patch as it is now upstream
-rw-r--r-- | net-im/profanity/Makefile | 2 | ||||
-rw-r--r-- | net-im/profanity/distinfo | 6 | ||||
-rw-r--r-- | net-im/profanity/files/patch-configure.ac | 30 | ||||
-rw-r--r-- | net-im/profanity/pkg-plist | 1 |
4 files changed, 5 insertions, 34 deletions
diff --git a/net-im/profanity/Makefile b/net-im/profanity/Makefile index 34e895c11182..5f0c341bf631 100644 --- a/net-im/profanity/Makefile +++ b/net-im/profanity/Makefile @@ -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}/ diff --git a/net-im/profanity/distinfo b/net-im/profanity/distinfo index 9567f9723ef7..3e127676fcac 100644 --- a/net-im/profanity/distinfo +++ b/net-im/profanity/distinfo @@ -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 diff --git a/net-im/profanity/files/patch-configure.ac b/net-im/profanity/files/patch-configure.ac deleted file mode 100644 index 8081e0af6d86..000000000000 --- a/net-im/profanity/files/patch-configure.ac +++ /dev/null @@ -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])])])]) - diff --git a/net-im/profanity/pkg-plist b/net-im/profanity/pkg-plist index fce95199db98..7e6478e02423 100644 --- a/net-im/profanity/pkg-plist +++ b/net-im/profanity/pkg-plist @@ -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 |