diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-01-29 13:47:35 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-01-29 13:47:35 +0000 |
commit | 1e0611672bbad1102d056bacd5159bebad2b6be8 (patch) | |
tree | a0cc85f01bc99b7bd937b300a7167d3777059f00 /Packages.txt | |
parent | 1348158c5dac339a1d93b3188917583595064edb (diff) | |
download | pkgsrc-1e0611672bbad1102d056bacd5159bebad2b6be8.tar.gz |
Update process for importing a package
Diffstat (limited to 'Packages.txt')
-rw-r--r-- | Packages.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Packages.txt b/Packages.txt index 509f6cf9a55..3120c1634ea 100644 --- a/Packages.txt +++ b/Packages.txt @@ -1,4 +1,4 @@ -# $NetBSD: Packages.txt,v 1.11 1998/01/28 15:37:19 hubertf Exp $ +# $NetBSD: Packages.txt,v 1.12 1998/01/29 13:47:35 hubertf Exp $ ########################################################################### ========================== @@ -786,8 +786,10 @@ only with some debugging aids. - Fix RCS-ID in the package's Makefile, see section 4.1. - Import unchanged FreeBSD source (ONLY if you have cvs access, not needed otherwise): - (cd ...pkgsrc/category/pkgname ; cvs import pkgsrc/category/pkgname \ + (cd .../pkgsrc/category/pkgname ; cvs import pkgsrc/category/pkgname \ FREEBSD FreeBSD-current-yyyy-mm-dd) + - IF you dida CVS import, check it out to apply the following fixes + (not needed if you don't have CVS access!) - Look at Makefile, fix if necessary; see section 4.1. - Look at patches, remember if not appropriate - Have a look at pkg/PLIST, add a "@comment <$>NetBSD<$>" line at the |