aboutsummaryrefslogtreecommitdiffstats
path: root/hebrew/he2
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2007-05-20 04:36:56 +0800
committerFlorent Thoumie <flz@FreeBSD.org>2007-05-20 04:36:56 +0800
commitd4f0d0048a8755106a4b0445221a19761e746984 (patch)
treec87184c5bfeaf942c827c5f706186ce9786a2588 /hebrew/he2
parente82affd309fc2d8e5ea19b2e003f1296920bd825 (diff)
downloadfreebsd-ports-gnome-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz
freebsd-ports-gnome-d4f0d0048a8755106a4b0445221a19761e746984.tar.zst
freebsd-ports-gnome-d4f0d0048a8755106a4b0445221a19761e746984.zip
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
Diffstat (limited to 'hebrew/he2')
-rw-r--r--hebrew/he2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/hebrew/he2/Makefile b/hebrew/he2/Makefile
index 8046261ae55b..4e8126acbea1 100644
--- a/hebrew/he2/Makefile
+++ b/hebrew/he2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= he2
PORTVERSION= 0.61
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= hebrew editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
/tr> | * Update to 1.5.2Olivier Cochard2020-02-042-5/+5 | | | | | PR: 243840 Submitted by: Andrea Venturoli <ml@netfence.it> * Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-271-0/+1 | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 * Fix build with GCC-based architectures.Olivier Cochard2019-04-301-1/+1 | | | | | PR: 237670 Submitted by: pkubaj * Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mkSunpoet Po-Chuan Hsieh2018-11-181-3/+1 | | | | Approved by: portmgr (blanket) * Update net/py-maxminddb to 1.4.1Olivier Cochard2018-09-092-9/+6 | | | | | | PR: 231242 Submitted by: ndowens@yahoo.com Reported by: freebsd@dckd.nl * Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-211-1/+1 | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight * Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 * Update to 1.3.0Olivier Cochard2017-06-192-4/+4 | | | | | PR: 220121 Reported by: Yuri Victorovich <yuri@rawbw.com> * Update to 1.2.3Olivier Cochard2017-01-142-4/+4 | * Update to 1.2.1Olivier Cochard2016-06-162-4/+4 | | | | | Approved by: jadawin (mentor) Differential Revision: https://reviews.freebsd.org/D6838 * Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2 | | | | | With hat: portmgr Sponsored by: Absolight * Update my email for ports I maintainOlivier Cochard2016-02-171-2/+2 | | | | | Approved by: jadawin Differential Revision: https://reviews.freebsd.org/D5309 * - Fix RUN_DEPENDSSunpoet Po-Chuan Hsieh2015-11-291-4/+11 | | | | | | | | | | - Use USES=localbase - Strip shared library - Bump PORTREVISION for dependency and package change PR: 204869 Submitted by: sunpoet (myself) Approved by: Olivier Cochard-Labbe <olivier@cochard.me> (maintainer) * Don't set DISTNAME with USE_GITHUB.Mathieu Arnold2015-05-162-4/+3 | | | | Sponsored by: Absolight