diff options
author | rene <rene@FreeBSD.org> | 2011-07-19 14:34:21 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2011-07-19 14:34:21 +0800 |
commit | 92ba9b7d1e31286235720731578413809c3ad82f (patch) | |
tree | 1c6208bf3a2553ecc93b424baa80ee40d79b420d /sysutils | |
parent | 5fb28cfb0755f8b2de22b1c1ddbc2c39aa3c70e8 (diff) | |
download | freebsd-ports-gnome-92ba9b7d1e31286235720731578413809c3ad82f.tar.gz freebsd-ports-gnome-92ba9b7d1e31286235720731578413809c3ad82f.tar.zst freebsd-ports-gnome-92ba9b7d1e31286235720731578413809c3ad82f.zip |
- Unbreak and unexpire, the mastersite works fine here.
- Fix WWW line in pkg-descr.
PR: ports/158675
Submitted by: myself
Approved by: maintainer timeout (14 days)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ucspi-ipc/Makefile | 4 | ||||
-rw-r--r-- | sysutils/ucspi-ipc/pkg-descr | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/sysutils/ucspi-ipc/Makefile b/sysutils/ucspi-ipc/Makefile index a1c17877a0c9..9de962bf327d 100644 --- a/sysutils/ucspi-ipc/Makefile +++ b/sysutils/ucspi-ipc/Makefile @@ -13,10 +13,6 @@ MASTER_SITES= http://www.superscript.com/ucspi-ipc/ MAINTAINER= lx@redundancy.redundancy.org COMMENT= UCSPI tools for building local-domain client-server applications -BROKEN= mastersite disappeared -DEPRECATED= "${BROKEN}" -EXPIRATION_DATE= 2011-06-29 - USE_PERL5= yes DISABLE_SIZE= yes diff --git a/sysutils/ucspi-ipc/pkg-descr b/sysutils/ucspi-ipc/pkg-descr index 195de96284fc..b790b6d7c035 100644 --- a/sysutils/ucspi-ipc/pkg-descr +++ b/sysutils/ucspi-ipc/pkg-descr @@ -16,4 +16,4 @@ local socket address. ipcperl is an example of an ipchandle server. It invokes a perl subroutine for each request. -WWW: http://www.superscript.com/ucspi-ipc/intro.html +WWW: http://www.superscript.com/ucspi-ipc/ |