Received: by mail.netbsd.org (Postfix, from userid 605) id 7056C84E84; Thu, 20 Dec 2018 07:14:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 78BA584E67 for ; Thu, 20 Dec 2018 07:14:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id UWMVez3BsDiF for ; Thu, 20 Dec 2018 07:14:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id CDC1584D1F for ; Thu, 20 Dec 2018 07:14:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B3053FB16; Thu, 20 Dec 2018 07:14:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1545290050155230" MIME-Version: 1.0 Date: Thu, 20 Dec 2018 07:14:10 +0000 From: "John Nemeth" Subject: CVS commit: pkgsrc/www To: pkgsrc-changes@NetBSD.org Reply-To: jnemeth@netbsd.org X-Mailer: log_accum Message-Id: <20181220071410.B3053FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1545290050155230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jnemeth Date: Thu Dec 20 07:14:10 UTC 2018 Modified Files: pkgsrc/www: Makefile Log Message: sort To generate a diff of this commit: cvs rdiff -u -r1.1354 -r1.1355 pkgsrc/www/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1545290050155230 Content-Disposition: inline Content-Length: 719 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/Makefile diff -u pkgsrc/www/Makefile:1.1354 pkgsrc/www/Makefile:1.1355 --- pkgsrc/www/Makefile:1.1354 Sun Dec 16 14:06:51 2018 +++ pkgsrc/www/Makefile Thu Dec 20 07:14:10 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1354 2018/12/16 14:06:51 adam Exp $ +# $NetBSD: Makefile,v 1.1355 2018/12/20 07:14:10 jnemeth Exp $ # COMMENT= Packages related to the World Wide Web @@ -661,8 +661,8 @@ SUBDIR+= py-django-treebeard SUBDIR+= py-django14 SUBDIR+= py-django2 SUBDIR+= py-djangocms-admin-style -SUBDIR+= py-djangocms-audio SUBDIR+= py-djangocms-attributes-field +SUBDIR+= py-djangocms-audio SUBDIR+= py-djangocms-column SUBDIR+= py-djangocms-file SUBDIR+= py-djangocms-flash --_----------=_1545290050155230--