diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-02-08 03:14:14 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-02-08 03:14:14 +0000 |
commit | d8d2cf17f92ccd5d80f2d631612145be2efe8210 (patch) | |
tree | f38635cc3a450709126798fde4a60c2d4119295e /japanese/jed | |
parent | - Lib updated Fox16. (diff) |
- devel/libslang2 has completely replaced devel/libslang which has not been
released in ~5yrs.
- WITH_SLANG2 is now no longer a valid ports knob
- WITH_SLANG implies devel/libslang2 now
- devel/libslang -> devel/libslang2 is a SHARED LIB bump
so bump PORTREVISION for affected ports
- Take MAINTAINER for most unmaintained ports in this chain
- some SF macro conversions
- BROKEN with devel/libslang2 and DEPRECATE
math/slsc (abandoned upstream)
- BROKEN with devel/libslang2
japanese/slirc
PR: ports/125255
Reviewed by: garga (libslang maintainer), portmgr (pav)
Exp Run by: pav
Notes
Notes:
svn path=/head/; revision=227786
Diffstat (limited to 'japanese/jed')
-rw-r--r-- | japanese/jed/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/jed/Makefile b/japanese/jed/Makefile index 09c50ac9499d..cd8a5e477bc6 100644 --- a/japanese/jed/Makefile +++ b/japanese/jed/Makefile @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}-B${VERSION:R}-${VERSION:E}__J${JP_VERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${PORTNAME}-extralibs-${VERSION}.tar.gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= pgollucci@FreeBSD.org COMMENT= A SLang-based text editor (w/ Japanese support) LIB_DEPENDS= slang.2:${PORTSDIR}/japanese/libslang |