diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-03-25 11:49:35 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-03-25 11:49:35 +0000 |
commit | 1d639899cc6cf599423ac2e843359e8b669f3447 (patch) | |
tree | 18f30c9e14855350eefdd6b173fc31abaaa03170 /x11-toolkits | |
parent | 6541cf841c8dd6ae7328000d47e8a2223305f48e (diff) | |
download | freebsd-ports-1d639899cc6cf599423ac2e843359e8b669f3447.zip |
- Remove DEPRECATED
- Update MASTER_SITES and WWW: line
PR: 155850
Submitted by: Ports Fury
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/fl_editor/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/fl_editor/pkg-descr | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/x11-toolkits/fl_editor/Makefile b/x11-toolkits/fl_editor/Makefile index 17a194844542..ee6bb457e9e2 100644 --- a/x11-toolkits/fl_editor/Makefile +++ b/x11-toolkits/fl_editor/Makefile @@ -9,7 +9,7 @@ PORTNAME= fl_editor PORTVERSION= 0.4.5 PORTREVISION= 8 CATEGORIES= x11-toolkits -MASTER_SITES= http://robertk.com/source/fl_editor/ +MASTER_SITES= http://source.robertk.com/fl_editor/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org @@ -17,9 +17,6 @@ COMMENT= Text Editor Widgets for the Fast Light ToolKit LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ LIBS="${PTHREAD_LIBS}" diff --git a/x11-toolkits/fl_editor/pkg-descr b/x11-toolkits/fl_editor/pkg-descr index ef29ca02f240..86567ede3cea 100644 --- a/x11-toolkits/fl_editor/pkg-descr +++ b/x11-toolkits/fl_editor/pkg-descr @@ -4,4 +4,4 @@ save to file or buffer, and more. Includes subclasses with status display, find and replace, etc. Also includes a couple of utility widgets -- a status panel, and a progress bar. -WWW: http://robertk.com/source/ +WWW: http://source.robertk.com/ |