diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-02-08 11:14:14 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-02-08 11:14:14 +0800 |
commit | bd70d01d2a5c5440ea5d31b2d677d007032b59c0 (patch) | |
tree | 3f0fd58dcf43de0c14cc57e54afaa7665237a89d /comms | |
parent | a8cf6a846bc0ee3fa0044636828989fbf0a6d63b (diff) | |
download | freebsd-ports-gnome-bd70d01d2a5c5440ea5d31b2d677d007032b59c0.tar.gz freebsd-ports-gnome-bd70d01d2a5c5440ea5d31b2d677d007032b59c0.tar.zst freebsd-ports-gnome-bd70d01d2a5c5440ea5d31b2d677d007032b59c0.zip |
- 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
Diffstat (limited to 'comms')
-rw-r--r-- | comms/hf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/hf/Makefile b/comms/hf/Makefile index ae5256f05aa4..0a01f7833b48 100644 --- a/comms/hf/Makefile +++ b/comms/hf/Makefile @@ -7,9 +7,9 @@ PORTNAME= hf PORTVERSION= 0.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= comms hamradio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= SF MASTER_SITE_SUBDIR= hfterm MAINTAINER= db@FreeBSD.org |