Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Aug 2018 22:18:49 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478615 - in head: . www www/buku www/py-buku
Message-ID:  <201808312218.w7VMInfn074828@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Fri Aug 31 22:18:48 2018
New Revision: 478615
URL: https://svnweb.freebsd.org/changeset/ports/478615

Log:
  - Move from www/py-buku to www/buku. The port is written in python but is not a
    python module/library that needs flavors.
  - Update to 3.9

Added:
  head/www/buku/
     - copied from r478614, head/www/py-buku/
Deleted:
  head/www/py-buku/
Modified:
  head/MOVED
  head/www/Makefile
  head/www/buku/Makefile
  head/www/buku/distinfo   (contents, props changed)

Modified: head/MOVED
==============================================================================
--- head/MOVED	Fri Aug 31 22:13:43 2018	(r478614)
+++ head/MOVED	Fri Aug 31 22:18:48 2018	(r478615)
@@ -10497,3 +10497,4 @@ x11-themes/qt4-style-Kvantum|x11-themes/Kvantum@qt4|20
 x11-themes/qt5-style-Kvantum|x11-themes/Kvantum@qt5|2018-08-26|Moved to flavored version
 devel/gps||2018-08-28|Has expired: Depends on obsolete LLVM 3.8.
 net-mgmt/ocsinventory-ng|net-mgmt/ocsinventory-server|2018-08-26|split port
+www/py-buku|www/buku|2018-09-01|Moved to correct directory, port is not a python library

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Fri Aug 31 22:13:43 2018	(r478614)
+++ head/www/Makefile	Fri Aug 31 22:18:48 2018	(r478615)
@@ -55,6 +55,7 @@
     SUBDIR += bolt
     SUBDIR += bookmarkbridge
     SUBDIR += bozohttpd
+    SUBDIR += buku
     SUBDIR += butterfly
     SUBDIR += c-icap
     SUBDIR += c-icap-modules
@@ -1524,7 +1525,6 @@
     SUBDIR += py-bottle
     SUBDIR += py-bottle-cork
     SUBDIR += py-branca
-    SUBDIR += py-buku
     SUBDIR += py-cachecontrol
     SUBDIR += py-caldav
     SUBDIR += py-cheroot

Modified: head/www/buku/Makefile
==============================================================================
--- head/www/py-buku/Makefile	Fri Aug 31 22:13:43 2018	(r478614)
+++ head/www/buku/Makefile	Fri Aug 31 22:18:48 2018	(r478615)
@@ -2,10 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	buku
-PORTVERSION=	3.8
+PORTVERSION=	3.9
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www python
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Powerful command-line bookmark manager

Modified: head/www/buku/distinfo
==============================================================================
--- head/www/py-buku/distinfo	Fri Aug 31 22:13:43 2018	(r478614)
+++ head/www/buku/distinfo	Fri Aug 31 22:18:48 2018	(r478615)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1527162554
-SHA256 (jarun-Buku-v3.8_GH0.tar.gz) = bca35fe1b7dbf88ed3af07e0daa4bc0a736d2f85b3103efcb18d542eebb2eebe
-SIZE (jarun-Buku-v3.8_GH0.tar.gz) = 147434
+TIMESTAMP = 1535752203
+SHA256 (jarun-Buku-v3.9_GH0.tar.gz) = eb756901634f08dc294e511c69021e3c8bc24b34d16209e46e5cd3f6007d42be
+SIZE (jarun-Buku-v3.9_GH0.tar.gz) = 205011



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