Skip to content

Commit

Permalink
devel/gcli: update to 2.0.0
Browse files Browse the repository at this point in the history
Changelog: https://gitlab.com/herrhotzenplotz/gcli/-/releases/2.0.0

Reported by:	upstream, via IRC
  • Loading branch information
clausecker committed Oct 4, 2023
1 parent 538c27a commit 00b97f0
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 5 deletions.
7 changes: 5 additions & 2 deletions devel/gcli/Makefile
@@ -1,5 +1,5 @@
PORTNAME= gcli
DISTVERSION= 1.1.0
DISTVERSION= 2.0.0
CATEGORIES= devel net
MASTER_SITES= https://herrhotzenplotz.de/gcli/releases/gcli-${DISTVERSION}/

Expand All @@ -12,9 +12,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE

LIB_DEPENDS= libcurl.so:ftp/curl

USES= libtool pkgconfig tar:xz
USES= libtool pathfix pkgconfig tar:xz

GNU_CONFIGURE= yes
TEST_TARGET= check

post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgcli.so

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions devel/gcli/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1684946985
SHA256 (gcli-1.1.0.tar.xz) = 731773a8d73b7b7210001b83280ddda7a3505c3242ca77e97a36a91674973bd6
SIZE (gcli-1.1.0.tar.xz) = 350256
TIMESTAMP = 1696267443
SHA256 (gcli-2.0.0.tar.xz) = af467d3066e81b5a1c35ac348f07d1075f9b24f2b9c35219c2242e9cbb330d04
SIZE (gcli-2.0.0.tar.xz) = 367800
20 changes: 20 additions & 0 deletions devel/gcli/pkg-plist
@@ -1,6 +1,26 @@
bin/gcli
include/gcli/comments.h
include/gcli/curl.h
include/gcli/forks.h
include/gcli/gcli.h
include/gcli/gitlab/snippets.h
include/gcli/issues.h
include/gcli/labels.h
include/gcli/milestones.h
include/gcli/pulls.h
include/gcli/releases.h
include/gcli/repos.h
include/gcli/review.h
include/gcli/sshkeys.h
include/gcli/status.h
lib/libgcli.a
lib/libgcli.so
lib/libgcli.so.0
lib/libgcli.so.0.0.0
libdata/pkgconfig/libgcli.pc
man/man1/gcli-api.1.gz
man/man1/gcli-comment.1.gz
man/man1/gcli-config.1.gz
man/man1/gcli-forks.1.gz
man/man1/gcli-gists.1.gz
man/man1/gcli-issues.1.gz
Expand Down

0 comments on commit 00b97f0

Please sign in to comment.