non port: deskutils/py-paperless/Makefile |
SVNWeb
|
Number of commits found: 22 |
Tue, 27 Jun 2023
|
[ 19:34 Rene Ladan (rene) ] 3d9a815 (Only the first 10 of 4481 ports in this commit are shown above. )
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>
|
Sun, 30 Apr 2023
|
[ 11:10 Felix Palmen (zirias) ] a6bb2f8 (Only the first 10 of 148 ports in this commit are shown above. )
Mk/Uses/magick.mk: Bump all consumers
Bump all consumers of ImageMagick ports after flavorizing them.
Approved by: tcberner (mentor, implicit)
|
Tue, 25 Apr 2023
|
[ 15:17 Christian Weisgerber (naddy) ] feb1fa3 (Only the first 10 of 1613 ports in this commit are shown above. )
audio/opus: bump consumers after update to 1.4
|
Sun, 9 Oct 2022
|
[ 16:56 Kai Knoblich (kai) ] 37c6c30
deskutils/py-paperless: Fix plist issues after a7f6cbe48fd2
* The 3.14.0 release of Django REST framework got two new static files
due newly added CSS source maps.
* Bump PORTREVISION due changed package content.
MFH: portmgr (blanket, build fix)
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Thu, 28 Apr 2022
|
[ 10:06 Kai Knoblich (kai) Author: Michael Gmelin ] b652075
deskutils/py-paperless: Switch to using Django 3.2
This required a few smaller changes. Also fixes permission issue that
stopped paperless_consumer from starting.
|
Sun, 16 Jan 2022
|
[ 20:26 Michael Gmelin (grembo) ] 2ac5354
deskutils/py-paperless: Adjust to updated dependencies
Unbreaks pkg-plist
|
Sat, 11 Dec 2021
|
[ 13:50 Tobias C. Berner (tcberner) ] 45526ec (Only the first 10 of 146 ports in this commit are shown above. )
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test (Only the first 15 lines of the commit message are shown above )
|
Sun, 29 Aug 2021
|
[ 14:54 Alexey Dokuchaev (danfe) ] adb7b06 (Only the first 10 of 34 ports in this commit are shown above. )
Cleanup: for ports under d* categories, drop redundant GH_{ACCOUNT,PROJECT}.
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 15 Jan 2021
|
[ 20:55 grembo ]
Fix issue caused by updating py-djangoql to 0.14.
Document search field was broken.
See
https://github.com/the-paperless-project/paperless/pull/716
|
Thu, 14 Jan 2021
|
[ 14:34 dbaio ] (Only the first 10 of 85 ports in this commit are shown above. )
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093
|
Mon, 30 Nov 2020
|
[ 22:24 grembo ]
Fix pdftotext output, so that OCR is still triggered if needed.
See https://github.com/the-paperless-project/paperless/pull/712
|
Tue, 27 Oct 2020
|
[ 23:22 grembo ]
Fix plist (new jquery).
|
Thu, 17 Sep 2020
|
[ 12:04 grembo ]
Improve man page layout and make it compatible with man.cgi.
|
Sat, 6 Jun 2020
|
[ 12:06 kai ]
deskutils/py-paperless: Change RUN_DEPENDS
* Switch the port from the repo-copied py-dj22-django* ports to the original
ones as they're using Django 2.2 now.
* Rename www/py-dj22-djangoql (that was originally created with a prefix to
use a certain version of Django) to www/py-djangoql to match its naming
with the other Django ports and to retain the history.
* Bump PORTREVISION due changed dependencies.
PR: 246850
Approved by: grembo (maintainer)
|
Mon, 11 May 2020
|
[ 23:51 dbaio ] (Only the first 10 of 144 ports in this commit are shown above. )
Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18
Update it to 1.8.5 (latest version from 1.8.X).
This version supports Python 2 and 3.
Add test target.
- textproc/py-sphinx: Update to 3.0.2
Python 3 only (3.5+).
Add test target.
- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above )
|
Fri, 3 Jan 2020
|
[ 00:19 grembo ]
Port back filename transformation feature from pull request
https://github.com/the-paperless-project/paperless/pull/542
Adapt man page to new default python version. Remove stale comment.
|
Fri, 6 Dec 2019
|
[ 15:28 kai ] (Only the first 10 of 11 ports in this commit are shown above. )
deskutils/py-paperless: Switch to Django 2.2
* Assign the port to Django 2.2 as Django 2.1 has reached its End-of-Life on
2nd December 2019.
* Also switch www/py-dj21-djangoql to Django 2.2, remove the expiration date
and rename it to www/py-dj22-djangoql accordingly.
Do the same for www/py-dj21-django-extensions [1] as both ports are
required by its only consumer deskutils/py-paperless and were originally
created for this purpose.
* Bump PORTREVISION due change of the dependencies.
PR: 242438
Approved by: grembo (maintainer), Kevin Golding (maintainer) [1]
|
Mon, 26 Aug 2019
|
[ 13:30 grembo ]
Add protocol to CORS headers (fails otherwise), add direct dependency on
databases/py-sqlite3 (was implicit through www/py-django21 before).
Bump revision.
|
Sat, 30 Mar 2019
|
[ 12:27 grembo ] (Only the first 10 of 16 ports in this commit are shown above. )
Add deskutils/py-paperless, a Django application that allows to index and
archive scanned paper documents.
PR: 236680
|
Number of commits found: 22 |