diff options
-rw-r--r-- | devel/git-review/Makefile | 6 | ||||
-rw-r--r-- | devel/git-review/distinfo | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/devel/git-review/Makefile b/devel/git-review/Makefile index 0f5f6ac3adb3..e46f3175a2d3 100644 --- a/devel/git-review/Makefile +++ b/devel/git-review/Makefile @@ -1,13 +1,12 @@ # $FreeBSD$ PORTNAME= git-review -PORTVERSION= 1.24 -PORTREVISION= 2 +PORTVERSION= 1.25.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP MAINTAINER= dereckson@gmail.com -COMMENT= Allow to push review and interact with a Gerrit server +COMMENT= Allow to push code to review and interact with a Gerrit server LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE @@ -20,7 +19,6 @@ USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes -PLIST_FILES= man/man1/git-review.1.gz PORTDOCS= README.rst HACKING.rst AUTHORS OPTIONS_DEFINE= DOCS diff --git a/devel/git-review/distinfo b/devel/git-review/distinfo index a84fdf706c14..5bdde7f74436 100644 --- a/devel/git-review/distinfo +++ b/devel/git-review/distinfo @@ -1,2 +1,2 @@ -SHA256 (git-review-1.24.tar.gz) = 20fa8be4b86430b41153c270f770dd270bde06ff70c60c411aa9adc9db2f512a -SIZE (git-review-1.24.tar.gz) = 39106 +SHA256 (git-review-1.25.0.tar.gz) = 087e0a7dc2415796a9f21c484a6f652c5410e6ba4562c36291c5399f9395a11d +SIZE (git-review-1.25.0.tar.gz) = 51903 |