Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jan 2025 08:17:46 GMT
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0194c8561695 - main - editors/openoffice-devel: rm python ver constraint
Message-ID:  <202501190817.50J8Hk5f009483@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by truckman:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0194c8561695f21f19f7ce81a5940ae2526264af

commit 0194c8561695f21f19f7ce81a5940ae2526264af
Author:     Don Lewis <truckman@FreeBSD.org>
AuthorDate: 2025-01-19 08:04:57 +0000
Commit:     Don Lewis <truckman@FreeBSD.org>
CommitDate: 2025-01-19 08:17:33 +0000

    editors/openoffice-devel: rm python ver constraint
    
    The build currently works with all supported python3 versions.  Remove
    the version constraint so that the default python version is used.
    
    PR:             282937
    Reported by:    George Mitchell <george@m5p.com>
    MFH:            2025Q1
---
 editors/openoffice-devel/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile
index 1c3975522408..30f349fdafb3 100644
--- a/editors/openoffice-devel/Makefile
+++ b/editors/openoffice-devel/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	apache-openoffice
 PORTVERSION=	${AOOVERSION1}.${AOOVERSION2}.${TIMESTAMP}
-PORTREVISION=	0
+PORTREVISION=	1
 PORTEPOCH=	4
 CATEGORIES=	editors java
 MASTER_SITES=	https://dist.apache.org/repos/dist/dev/openoffice/${AOOVERSION}-${AOORC}-${TIMESTAMP}/source/ \
@@ -114,7 +114,7 @@ RUN_DEPENDS+=	gcc${GCC_DEFAULT}>0:lang/gcc${GCC_DEFAULT}
 
 USES=		autoreconf bison compiler:c++11-lib cpe desktop-file-utils \
 		gettext-runtime gl gmake gnome iconv java jpeg perl5 pkgconfig \
-		python:3.9 shared-mime-info ssl tar:${TARTYPE} xorg
+		python shared-mime-info ssl tar:${TARTYPE} xorg
 USE_GL=		gl glu
 USE_GNOME=	gdkpixbuf2 gdkpixbuf2xlib gtk20 libxslt glib20
 JAVA_VENDOR=	openjdk



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