From owner-svn-ports-head@freebsd.org Mon Sep 10 11:22:57 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C287108C752; Mon, 10 Sep 2018 11:22:57 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AE7027C19B; Mon, 10 Sep 2018 11:22:56 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A72A027A8F; Mon, 10 Sep 2018 11:22:56 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8ABMu0n090877; Mon, 10 Sep 2018 11:22:56 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8ABMuPf090875; Mon, 10 Sep 2018 11:22:56 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201809101122.w8ABMuPf090875@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Mon, 10 Sep 2018 11:22:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479392 - head/www/serendipity X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/www/serendipity X-SVN-Commit-Revision: 479392 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2018 11:22:57 -0000 Author: joneum Date: Mon Sep 10 11:22:55 2018 New Revision: 479392 URL: https://svnweb.freebsd.org/changeset/ports/479392 Log: Update to 2.1.3 Changelog: https://blog.s9y.org/archives/277-Serendipity-2.1.2-released.html https://blog.s9y.org/archives/277-Serendipity-2.1.3-released.html Sponsored by: Netzkommune GmbH Modified: head/www/serendipity/Makefile head/www/serendipity/distinfo head/www/serendipity/pkg-plist Modified: head/www/serendipity/Makefile ============================================================================== --- head/www/serendipity/Makefile Mon Sep 10 11:19:43 2018 (r479391) +++ head/www/serendipity/Makefile Mon Sep 10 11:22:55 2018 (r479392) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= serendipity -PORTVERSION= 2.1.1 +PORTVERSION= 2.1.3 CATEGORIES= www MASTER_SITES= SF/php-blog/${PORTNAME}/${PORTVERSION} Modified: head/www/serendipity/distinfo ============================================================================== --- head/www/serendipity/distinfo Mon Sep 10 11:19:43 2018 (r479391) +++ head/www/serendipity/distinfo Mon Sep 10 11:22:55 2018 (r479392) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492006226 -SHA256 (serendipity-2.1.1.tar.bz2) = aa8d12d16bbf6b6da605287436b478b14ef74011bf68d63760cc279f90ceecdf -SIZE (serendipity-2.1.1.tar.bz2) = 6247022 +TIMESTAMP = 1536576504 +SHA256 (serendipity-2.1.3.tar.bz2) = 6969e978ddc301df67580e9e57366ad80940219996729bda60db64f23d7d05b2 +SIZE (serendipity-2.1.3.tar.bz2) = 6313673 Modified: head/www/serendipity/pkg-plist ============================================================================== --- head/www/serendipity/pkg-plist Mon Sep 10 11:19:43 2018 (r479391) +++ head/www/serendipity/pkg-plist Mon Sep 10 11:22:55 2018 (r479392) @@ -25,6 +25,87 @@ %%WWWDIR%%/bundled-libs/HTTP/Request2/SocketWrapper.php %%WWWDIR%%/bundled-libs/Net/BUNDLE_NOTICE %%WWWDIR%%/bundled-libs/Net/CheckIP.php +%%WWWDIR%%/bundled-libs/Net/DNS2.php +%%WWWDIR%%/bundled-libs/Net/DNS2/BitMap.php +%%WWWDIR%%/bundled-libs/Net/DNS2/Cache.php +%%WWWDIR%%/bundled-libs/Net/DNS2/Cache/File.php +%%WWWDIR%%/bundled-libs/Net/DNS2/Cache/Shm.php +%%WWWDIR%%/bundled-libs/Net/DNS2/Exception.php +%%WWWDIR%%/bundled-libs/Net/DNS2/Header.php +%%WWWDIR%%/bundled-libs/Net/DNS2/Lookups.php +%%WWWDIR%%/bundled-libs/Net/DNS2/Packet.php +%%WWWDIR%%/bundled-libs/Net/DNS2/Packet/Request.php +%%WWWDIR%%/bundled-libs/Net/DNS2/Packet/Response.php +%%WWWDIR%%/bundled-libs/Net/DNS2/PrivateKey.php +%%WWWDIR%%/bundled-libs/Net/DNS2/Question.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/A.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/AAAA.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/AFSDB.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/ANY.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/APL.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/ATMA.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/AVC.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/CAA.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/CDNSKEY.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/CDS.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/CERT.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/CNAME.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/CSYNC.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/DHCID.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/DLV.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/DNAME.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/DNSKEY.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/DS.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/EID.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/EUI48.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/EUI64.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/HINFO.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/HIP.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/IPSECKEY.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/ISDN.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/KEY.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/KX.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/L32.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/L64.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/LOC.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/LP.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/MX.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/NAPTR.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/NID.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/NIMLOC.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/NS.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/NSAP.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/NSEC.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/NSEC3.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/NSEC3PARAM.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/OPENPGPKEY.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/OPT.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/PTR.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/PX.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/RP.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/RRSIG.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/RT.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/SIG.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/SMIMEA.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/SOA.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/SPF.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/SRV.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/SSHFP.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/TA.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/TALINK.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/TKEY.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/TLSA.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/TSIG.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/TXT.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/URI.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/WKS.php +%%WWWDIR%%/bundled-libs/Net/DNS2/RR/X25.php +%%WWWDIR%%/bundled-libs/Net/DNS2/Resolver.php +%%WWWDIR%%/bundled-libs/Net/DNS2/Socket.php +%%WWWDIR%%/bundled-libs/Net/DNS2/Socket/Sockets.php +%%WWWDIR%%/bundled-libs/Net/DNS2/Socket/Streams.php +%%WWWDIR%%/bundled-libs/Net/DNS2/Updater.php %%WWWDIR%%/bundled-libs/Net/DNSBL.php %%WWWDIR%%/bundled-libs/Net/DNSBL/BUNDLE_NOTICE %%WWWDIR%%/bundled-libs/Net/DNSBL/SURBL.php @@ -1685,6 +1766,7 @@ %%WWWDIR%%/plugins/serendipity_event_spamblock/lang_tn.inc.php %%WWWDIR%%/plugins/serendipity_event_spamblock/lang_zh.inc.php %%WWWDIR%%/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php +%%WWWDIR%%/plugins/serendipity_event_spartacus/ChangeLog %%WWWDIR%%/plugins/serendipity_event_spartacus/UTF-8/lang_cn.inc.php %%WWWDIR%%/plugins/serendipity_event_spartacus/UTF-8/lang_cs.inc.php %%WWWDIR%%/plugins/serendipity_event_spartacus/UTF-8/lang_cz.inc.php