Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jul 2019 22:28:24 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r506322 - in head/www: . py-django-bootstrap4
Message-ID:  <201907092228.x69MSOTc015040@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Tue Jul  9 22:28:24 2019
New Revision: 506322
URL: https://svnweb.freebsd.org/changeset/ports/506322

Log:
  New port: www/py-django-bootstrap4
  
  Library with the goal to seamlessly blend Django and Bootstrap 4.
  
  WWW: https://github.com/zostera/django-bootstrap4
  
  * Because the Python related code is based on www/py-django-bootstrap3 it
    was repocopied from that port.
  
  PR:		239035
  Submitted by:	Alexander Sieg <alex@xanderio.de>

Added:
  head/www/py-django-bootstrap4/
     - copied from r506320, head/www/py-django-bootstrap3/
Modified:
  head/www/Makefile
  head/www/py-django-bootstrap4/Makefile
  head/www/py-django-bootstrap4/distinfo
  head/www/py-django-bootstrap4/pkg-descr

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Tue Jul  9 22:13:37 2019	(r506321)
+++ head/www/Makefile	Tue Jul  9 22:28:24 2019	(r506322)
@@ -1517,6 +1517,7 @@
     SUBDIR += py-django-bitfield
     SUBDIR += py-django-bootstrap-form
     SUBDIR += py-django-bootstrap3
+    SUBDIR += py-django-bootstrap4
     SUBDIR += py-django-braces
     SUBDIR += py-django-bulk-update
     SUBDIR += py-django-cacheops

Modified: head/www/py-django-bootstrap4/Makefile
==============================================================================
--- head/www/py-django-bootstrap3/Makefile	Tue Jul  9 21:47:25 2019	(r506320)
+++ head/www/py-django-bootstrap4/Makefile	Tue Jul  9 22:28:24 2019	(r506322)
@@ -1,13 +1,13 @@
 # $FreeBSD$
 
-PORTNAME=	django-bootstrap3
-PORTVERSION=	11.0.0
+PORTNAME=	django-bootstrap4
+PORTVERSION=	0.0.8
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	kai@FreeBSD.org
-COMMENT=	Bootstrap 3 support for Django projects
+MAINTAINER=	alex@axanderio.de
+COMMENT=	Bootstrap 4 support for Django projects
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
@@ -16,8 +16,5 @@ USES=		python
 USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes
-
-post-extract:
-	@${FIND} ${WRKSRC} -name ".DS_Store" -type f -delete
 
 .include <bsd.port.mk>

Modified: head/www/py-django-bootstrap4/distinfo
==============================================================================
--- head/www/py-django-bootstrap3/distinfo	Tue Jul  9 21:47:25 2019	(r506320)
+++ head/www/py-django-bootstrap4/distinfo	Tue Jul  9 22:28:24 2019	(r506322)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1549632547
-SHA256 (django-bootstrap3-11.0.0.tar.gz) = 593f98c0b84e26ab61ef9d81d3f7c3691f1d8492c9343b03e9feb9e8e9404e6a
-SIZE (django-bootstrap3-11.0.0.tar.gz) = 40279
+TIMESTAMP = 1562664050
+SHA256 (django-bootstrap4-0.0.8.tar.gz) = 9f115534ae8d052d397201f3d716c10d7c9832b422e44dd7382418c6f274df18
+SIZE (django-bootstrap4-0.0.8.tar.gz) = 28959

Modified: head/www/py-django-bootstrap4/pkg-descr
==============================================================================
--- head/www/py-django-bootstrap3/pkg-descr	Tue Jul  9 21:47:25 2019	(r506320)
+++ head/www/py-django-bootstrap4/pkg-descr	Tue Jul  9 22:28:24 2019	(r506322)
@@ -1,3 +1,3 @@
-Library with the goal to seamlessly blend Django and Bootstrap 3.
+Library with the goal to seamlessly blend Django and Bootstrap 4.
 
-WWW: https://github.com/dyve/django-bootstrap3/
+WWW: https://github.com/zostera/django-bootstrap4



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907092228.x69MSOTc015040>