diff options
author | rse <rse@FreeBSD.org> | 1999-07-16 23:11:46 +0800 |
---|---|---|
committer | rse <rse@FreeBSD.org> | 1999-07-16 23:11:46 +0800 |
commit | 2af057bd87abc6657a898f09766abd8e77890823 (patch) | |
tree | 4d15ba484d1cce7ffcf03803f009412c76fd7ea3 /devel/pth/Makefile | |
parent | 87dce97cd0204e99911cb77e989068af81b92ba9 (diff) | |
download | freebsd-ports-gnome-2af057bd87abc6657a898f09766abd8e77890823.tar.gz freebsd-ports-gnome-2af057bd87abc6657a898f09766abd8e77890823.tar.zst freebsd-ports-gnome-2af057bd87abc6657a898f09766abd8e77890823.zip |
Puhh.... after five months of hard development we've approached
GNU Portable Threads (Pth), release version 1.0.0 :-)
Diffstat (limited to 'devel/pth/Makefile')
-rw-r--r-- | devel/pth/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile index 5a03888258ef..b308df9bb4dc 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -1,14 +1,16 @@ # New ports collection makefile for: pth -# Version required: 1.0b8 +# Version required: 1.0.0 # Date Created: 23 May 1999 # Whom: Ralf S. Engelschall # -# $Id: Makefile,v 1.21 1999/07/14 19:02:51 rse Exp $ +# $Id: Makefile,v 1.22 1999/07/16 09:04:35 rse Exp $ # -DISTNAME= pth-1.0b8 +DISTNAME= pth-1.0.0 CATEGORIES= devel -MASTER_SITES= ftp://alpha.gnu.org/gnu/pth/ +MASTER_SITES= ${MASTER_SITE_GNU} \ + ftp://ftp.engelschall.com/sw/pth/ +MASTER_SITE_SUBDIR= pth MAINTAINER= rse@engelschall.com |