svn commit: r375216 - head/www/qdecoder
Johan van Selst
johans at FreeBSD.org
Mon Dec 22 08:53:54 UTC 2014
Author: johans
Date: Mon Dec 22 08:53:52 2014
New Revision: 375216
URL: https://svnweb.freebsd.org/changeset/ports/375216
QAT: https://qat.redports.org/buildarchive/r375216/
Log:
- Update qDecoder to 12.0.5
- Switch to new WWW and MASTER_SITES
Deleted:
head/www/qdecoder/pkg-plist
Modified:
head/www/qdecoder/Makefile
head/www/qdecoder/distinfo
head/www/qdecoder/pkg-descr
Modified: head/www/qdecoder/Makefile
==============================================================================
--- head/www/qdecoder/Makefile Mon Dec 22 08:30:00 2014 (r375215)
+++ head/www/qdecoder/Makefile Mon Dec 22 08:53:52 2014 (r375216)
@@ -2,18 +2,24 @@
# $FreeBSD$
PORTNAME= qdecoder
-PORTVERSION= 12.0.4
+PORTVERSION= 12.0.5
CATEGORIES= www
-MASTER_SITES= SF/${PORTNAME}/
-DISTNAME= qDecoder-${PORTVERSION}
MAINTAINER= johans at FreeBSD.org
COMMENT= C/C++ language library including CGI supports
+USE_GITHUB= yes
+GH_ACCOUNT= wolkykim
+GH_TAGNAME= r${PORTVERSION}
+GH_COMMIT= 192943d
+
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
MAKE_ARGS= exec_prefix="${PREFIX}"
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+PORTEXAMPLES= *
+
+PLIST_FILES= include/qdecoder.h lib/libqdecoder.a \
+ lib/libqdecoder.so lib/libqdecoder.so.12
OPTIONS_DEFINE= DEBUG
DEBUG_CONFIGURE_ENABLE= debug
Modified: head/www/qdecoder/distinfo
==============================================================================
--- head/www/qdecoder/distinfo Mon Dec 22 08:30:00 2014 (r375215)
+++ head/www/qdecoder/distinfo Mon Dec 22 08:53:52 2014 (r375216)
@@ -1,2 +1,2 @@
-SHA256 (qDecoder-12.0.4.tar.gz) = 639fd2cfecbf58b95fdcfe82866a4070f8134341e4e5adfdf5dcca690340bf36
-SIZE (qDecoder-12.0.4.tar.gz) = 196939
+SHA256 (qdecoder-12.0.5.tar.gz) = 8f692434655869457bbf7116cab8f6817bde9fb60e43c8a53a3a8e2ee4dc3582
+SIZE (qdecoder-12.0.5.tar.gz) = 195068
Modified: head/www/qdecoder/pkg-descr
==============================================================================
--- head/www/qdecoder/pkg-descr Mon Dec 22 08:30:00 2014 (r375215)
+++ head/www/qdecoder/pkg-descr Mon Dec 22 08:53:52 2014 (r375216)
@@ -2,7 +2,6 @@ The qDecoder Project
====================
qDecoder is a C/C++ language library including CGI supports.
-Distributed under 2-clause BSD-like license since 9 release.
CGI Interfaces
o Request Parser, Response Generator, Session, Cookies
@@ -16,4 +15,4 @@ Distributed under 2-clause BSD-like lice
o String libraries, File libraries, Hashes & En/decoders
And more...
-WWW: http://www.qDecoder.org/
+WWW: http://wolkykim.github.io/qdecoder/
More information about the svn-ports-all
mailing list