Update profanity to 0.8.1
This commit is contained in:
parent
1ac66a313b
commit
5665410fad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525697
3 changed files with 9 additions and 6 deletions
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= profanity
|
||||
PORTVERSION= 0.7.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.8.1
|
||||
CATEGORIES= net-im
|
||||
|
||||
MAINTAINER= arved@FreeBSD.org
|
||||
|
@ -30,7 +29,8 @@ GH_PROJECT= profanity
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-otr --enable-python-plugins --enable-c-plugins \
|
||||
--enable-pgp --enable-icons=no --with-xscreensaver=no \
|
||||
--enable-pgp --enable-icons-and-clipboard=no \
|
||||
--with-xscreensaver=no \
|
||||
--enable-omemo
|
||||
CONFIGURE_ENV= LIBS="${CFLAGS} -lcrypto"
|
||||
INSTALL_TARGET= install-strip
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1569442531
|
||||
SHA256 (profanity-im-profanity-0.7.1_GH0.tar.gz) = b2806b8d1e128ca3f70c1769119389e9b01c3faa6ac3dd3a0db3451c7a0aaff4
|
||||
SIZE (profanity-im-profanity-0.7.1_GH0.tar.gz) = 443738
|
||||
TIMESTAMP = 1581328135
|
||||
SHA256 (profanity-im-profanity-0.8.1_GH0.tar.gz) = 53937d9a41f73f6a138446fa108ae20f7d0bd79369832d6ab42035fe8c7e77b5
|
||||
SIZE (profanity-im-profanity-0.8.1_GH0.tar.gz) = 464234
|
||||
|
|
|
@ -10,6 +10,7 @@ man/man1/profanity.1.gz
|
|||
%%DATADIR%%/themes/boothj5
|
||||
%%DATADIR%%/themes/boothj5_laptop
|
||||
%%DATADIR%%/themes/boothj5_slack
|
||||
%%DATADIR%%/themes/gruvbox
|
||||
%%DATADIR%%/themes/hacker
|
||||
%%DATADIR%%/themes/headache
|
||||
%%DATADIR%%/themes/joker
|
||||
|
@ -23,5 +24,7 @@ man/man1/profanity.1.gz
|
|||
%%DATADIR%%/themes/mono
|
||||
%%DATADIR%%/themes/original_bright
|
||||
%%DATADIR%%/themes/simple
|
||||
%%DATADIR%%/themes/solarized-dark
|
||||
%%DATADIR%%/themes/solarized-light
|
||||
%%DATADIR%%/icons/proIcon.png
|
||||
%%DATADIR%%/icons/proIconMsg.png
|
||||
|
|
Loading…
Reference in a new issue