sync ports with The Matrix
This commit is contained in:
parent
137b59ed88
commit
d97ea2d955
49 changed files with 530 additions and 192 deletions
|
@ -1,6 +1,6 @@
|
|||
COMMENT = simple, lightweight XMPP C library
|
||||
|
||||
V = 0.12.2
|
||||
V = 0.12.3
|
||||
DISTNAME = libstrophe-${V}
|
||||
|
||||
SHARED_LIBS = strophe 4.0 # 12.1
|
||||
|
@ -33,4 +33,6 @@ MAKE_FLAGS = CC="${CC}" CFLAGS="${CFLAGS}"
|
|||
CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
DEBUG_PACKAGES = ${BUILD_PACKAGES}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (libstrophe-0.12.2.tar.gz) = re3KHP/2oXCVqqfifuz/LNPWCAh/Vf4ek5WmqxqJN0A=
|
||||
SIZE (libstrophe-0.12.2.tar.gz) = 581031
|
||||
SHA256 (libstrophe-0.12.3.tar.gz) = dZ+bvv8go5LIP66BRFXNm82q6BJWspAW93fLwHDYlEU=
|
||||
SIZE (libstrophe-0.12.3.tar.gz) = 579381
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
COMMENT = console based XMPP client
|
||||
DISTNAME = profanity-0.13.1
|
||||
DISTNAME = profanity-0.14.0
|
||||
CATEGORIES = net
|
||||
REVISION = 1
|
||||
|
||||
HOMEPAGE = https://profanity-im.github.io/
|
||||
|
||||
|
@ -16,9 +15,9 @@ MASTER_SITES = https://profanity-im.github.io/tarballs/
|
|||
|
||||
WANTLIB += assuan c crypto curl curses ereadline expat ffi gcrypt
|
||||
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gpg-error
|
||||
WANTLIB += gpgme iconv intl m nghttp2 otr pcre2-8 pthread ${MODPY_WANTLIB}
|
||||
WANTLIB += qrencode signal-protocol-c sqlite3 ssl strophe util
|
||||
WANTLIB += z
|
||||
WANTLIB += gpgme iconv intl m nghttp2 nghttp3 ngtcp2 ngtcp2_crypto_openssl
|
||||
WANTLIB += otr pcre2-8 pthread python3.10 qrencode signal-protocol-c
|
||||
WANTLIB += sqlite3 ssl strophe util z
|
||||
|
||||
MODULES += lang/python
|
||||
|
||||
|
@ -54,6 +53,8 @@ CONFIGURE_ARGS += --with-xscreensaver=no \
|
|||
MAKE_FLAGS = CC="${CC}" \
|
||||
CFLAGS="${CFLAGS}"
|
||||
|
||||
DEBUG_PACKAGES = ${BUILD_PACKAGES}
|
||||
|
||||
post-patch:
|
||||
${SUBST_CMD} ${WRKSRC}/configure.ac
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (profanity-0.13.1.tar.gz) = K1B1Jy5+ydnJkVQuWSsdR0//iMYcZufiMJatMG7SyEo=
|
||||
SIZE (profanity-0.13.1.tar.gz) = 903811
|
||||
SHA256 (profanity-0.14.0.tar.gz) = /SP/04oxkHl0poCjkAyVnhTUThbx+33yvbf2xnvXz38=
|
||||
SIZE (profanity-0.14.0.tar.gz) = 936272
|
||||
|
|
|
@ -56,7 +56,6 @@ lib/libprofanity.la
|
|||
@man man/man1/profanity-notify.1
|
||||
@man man/man1/profanity-occupants.1
|
||||
@man man/man1/profanity-omemo.1
|
||||
@man man/man1/profanity-os.1
|
||||
@man man/man1/profanity-otr.1
|
||||
@man man/man1/profanity-outtype.1
|
||||
@man man/man1/profanity-ox-setup.1
|
||||
|
@ -68,6 +67,7 @@ lib/libprofanity.la
|
|||
@man man/man1/profanity-prefs.1
|
||||
@man man/man1/profanity-presence.1
|
||||
@man man/man1/profanity-priority.1
|
||||
@man man/man1/profanity-privacy.1
|
||||
@man man/man1/profanity-privileges.1
|
||||
@man man/man1/profanity-quit.1
|
||||
@man man/man1/profanity-receipts.1
|
||||
|
@ -91,6 +91,7 @@ lib/libprofanity.la
|
|||
@man man/man1/profanity-states.1
|
||||
@man man/man1/profanity-status.1
|
||||
@man man/man1/profanity-statusbar.1
|
||||
@man man/man1/profanity-strophe.1
|
||||
@man man/man1/profanity-sub.1
|
||||
@man man/man1/profanity-subject.1
|
||||
@man man/man1/profanity-theme.1
|
||||
|
@ -99,6 +100,7 @@ lib/libprofanity.la
|
|||
@man man/man1/profanity-tls.1
|
||||
@man man/man1/profanity-tray.1
|
||||
@man man/man1/profanity-url.1
|
||||
@man man/man1/profanity-vcard.1
|
||||
@man man/man1/profanity-vercheck.1
|
||||
@man man/man1/profanity-who.1
|
||||
@man man/man1/profanity-win.1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
COMMENT-main = network traffic monitor
|
||||
COMMENT-vnstati = image output support for vnstat
|
||||
|
||||
V = 2.10
|
||||
V = 2.11
|
||||
EPOCH = 0
|
||||
DISTNAME = vnstat-${V}
|
||||
PKGNAME-main = ${DISTNAME}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (vnstat-2.10.tar.gz) = qcYXROXNjDZuLbTSgrrcdAId22FL1ltBJAk3mX5FfSU=
|
||||
SIZE (vnstat-2.10.tar.gz) = 304464
|
||||
SHA256 (vnstat-2.11.tar.gz) = urw/FYPMQOTo/7L1MpbZPTCMtaUEPoUFT26ve0rleFY=
|
||||
SIZE (vnstat-2.11.tar.gz) = 312821
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue