diff options
author | pav <pav@FreeBSD.org> | 2005-11-04 06:11:40 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-04 06:11:40 +0800 |
commit | d7255b84a3c7ee0c9cbafe1bc3e92d96da3fd523 (patch) | |
tree | da000c19102d1e5762a0460bd1cf51f2ad302af0 /devel | |
parent | 635c42fc0ed24d867c5b5393cedd863b8a387e93 (diff) | |
download | freebsd-ports-gnome-d7255b84a3c7ee0c9cbafe1bc3e92d96da3fd523.tar.gz freebsd-ports-gnome-d7255b84a3c7ee0c9cbafe1bc3e92d96da3fd523.tar.zst freebsd-ports-gnome-d7255b84a3c7ee0c9cbafe1bc3e92d96da3fd523.zip |
- Master site gone; switch to Gentoo distfiles mirrors
- Change WWW to site with fresher news
PR: ports/88469 (based on)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/liboop/Makefile | 3 | ||||
-rw-r--r-- | devel/liboop/pkg-descr | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/liboop/Makefile b/devel/liboop/Makefile index c612643c8387..c267cec43590 100644 --- a/devel/liboop/Makefile +++ b/devel/liboop/Makefile @@ -10,7 +10,8 @@ PORTNAME= liboop PORTVERSION= 1.0 PORTREVISION= 3 CATEGORIES= devel -MASTER_SITES= http://download.ofb.net/liboop/ +MASTER_SITES= ${MASTER_SITE_GENTOO} +MASTER_SITE_SUBDIR= distfiles MAINTAINER= ports@FreeBSD.org COMMENT= A low-level event loop management library for POSIX-based OS diff --git a/devel/liboop/pkg-descr b/devel/liboop/pkg-descr index ccf73595744f..6bf54450f717 100644 --- a/devel/liboop/pkg-descr +++ b/devel/liboop/pkg-descr @@ -4,6 +4,6 @@ which may respond to events from several sources. It replaces the "select() loop" and allows the registration of event handlers for file and network I/O, timers and signals. Since processes use these mechanisms for almost all external communication, liboop can be used as the basis for almost any -application. +application. -WWW: http://liboop.org/ +WWW: http://liboop.ofb.net/ |