diff options
author | culot <culot@FreeBSD.org> | 2011-08-02 01:19:57 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2011-08-02 01:19:57 +0800 |
commit | e95685d5937d929d0bf28b792919a34fe5df5fb0 (patch) | |
tree | cd63654ee282c81235c4a7128dc09aab37fd4fbc /www | |
parent | cb253e5b727f545b42b4e2b9943290423a7bbf5e (diff) | |
download | freebsd-ports-gnome-e95685d5937d929d0bf28b792919a34fe5df5fb0.tar.gz freebsd-ports-gnome-e95685d5937d929d0bf28b792919a34fe5df5fb0.tar.zst freebsd-ports-gnome-e95685d5937d929d0bf28b792919a34fe5df5fb0.zip |
- Update to 1.7 [1]
- Pet portlint(1) by moving LICENSE section earlier
PR: ports/159342 [1]
Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/httpsqs/Makefile | 7 | ||||
-rw-r--r-- | www/httpsqs/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/www/httpsqs/Makefile b/www/httpsqs/Makefile index 3c1e5f7ee13c..a9fe50fb32b3 100644 --- a/www/httpsqs/Makefile +++ b/www/httpsqs/Makefile @@ -6,14 +6,15 @@ # PORTNAME= httpsqs -PORTVERSION= 1.6 -PORTREVISION= 1 +PORTVERSION= 1.7 CATEGORIES= www devel MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= lichray@gmail.com COMMENT= Simple Queue Service based on HTTP GET/POST protocol +LICENSE= BSD + LIB_DEPENDS+= tokyocabinet:${PORTSDIR}/databases/tokyocabinet \ event-2.0:${PORTSDIR}/devel/libevent2 @@ -21,8 +22,6 @@ BUILD_DEPENDS+= pkg-config:${PORTSDIR}/devel/pkg-config MAKE_ENV= LIBS="${PTHREAD_LIBS}" -LICENSE= BSD - PLIST_FILES= bin/${PORTNAME} post-patch: diff --git a/www/httpsqs/distinfo b/www/httpsqs/distinfo index c7ba39bbf715..773ce10ca6c3 100644 --- a/www/httpsqs/distinfo +++ b/www/httpsqs/distinfo @@ -1,2 +1,2 @@ -SHA256 (httpsqs-1.6.tar.gz) = 784043357e52556830e9efa20dfb1d66161cbca781dcd6c367b017fe5d3dbb68 -SIZE (httpsqs-1.6.tar.gz) = 8871 +SHA256 (httpsqs-1.7.tar.gz) = 2b05fc0161ade4f1bf4946e2b2b2b631b6afbe3ef18eba55b22c4da2754c1f3a +SIZE (httpsqs-1.7.tar.gz) = 8884 |