diff options
author | manu <manu@pkgsrc.org> | 2004-07-27 16:34:25 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2004-07-27 16:34:25 +0000 |
commit | da5c1cc5f0d06be450be421ec1f57f0be1ad4cf6 (patch) | |
tree | be9ae25f701fcb2b962a8b8699d294fff57fb8ec | |
parent | 8260488eb876793a9b97e39f7ab800d0b9680a46 (diff) | |
download | pkgsrc-da5c1cc5f0d06be450be421ec1f57f0be1ad4cf6.tar.gz |
sapserver is a SAP server developped for the videolan project
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | mbone/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index cf3433c6b81..eda2ff29854 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.6702 2004/07/27 15:43:21 recht Exp $ +$NetBSD: CHANGES,v 1.6703 2004/07/27 16:37:41 manu Exp $ Changes to the packages collection and infrastructure in 2004: @@ -3601,3 +3601,4 @@ Changes to the packages collection and infrastructure in 2004: Updated gkrellm-share to 2.2.2 [cube 2004-07-27] Updated gift to 0.11.6nb1 [recht 2004-07-27] Updated gift-openft to 0.2.1.3 [recht 2004-07-27] + Added miniSAPserver-0.2.4 [manu 2004-07-27] diff --git a/mbone/Makefile b/mbone/Makefile index 6269368100f..2d3e5f6dd80 100644 --- a/mbone/Makefile +++ b/mbone/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/05/07 20:53:25 seb Exp $ +# $NetBSD: Makefile,v 1.15 2004/07/27 16:34:25 manu Exp $ # COMMENT= Multi-cast backBone applications @@ -9,6 +9,7 @@ SUBDIR+= mdp SUBDIR+= nte SUBDIR+= rat SUBDIR+= rtptools +SUBDIR+= sapserver SUBDIR+= sdr SUBDIR+= vat SUBDIR+= vic |