diff options
author | miwi <miwi@FreeBSD.org> | 2011-03-25 19:49:35 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-03-25 19:49:35 +0800 |
commit | 6a667adf3aef54818b47beb037c164e4d120b25d (patch) | |
tree | 72312ee7aff5c85bba32a17455f9b551b83e9acf | |
parent | f72f410f27863ed0b4ff98a2c109fa17b8310277 (diff) | |
download | freebsd-ports-gnome-6a667adf3aef54818b47beb037c164e4d120b25d.tar.gz freebsd-ports-gnome-6a667adf3aef54818b47beb037c164e4d120b25d.tar.zst freebsd-ports-gnome-6a667adf3aef54818b47beb037c164e4d120b25d.zip |
- Remove DEPRECATED
- Update MASTER_SITES and WWW: line
PR: 155850
Submitted by: Ports Fury
-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/ |