mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Update to 20011105.
- portupgrade: Do not go fetch "Latest" packages unless -P is given twice. - Fix and improve wording in the manual pages.
This commit is contained in:
parent
7da5cb1dcd
commit
327f03d400
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49582
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= portupgrade
|
||||
PORTVERSION= 20011104
|
||||
PORTVERSION= 20011105
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
||||
http://www.iDaemons.org/distfiles/
|
||||
@ -42,9 +42,10 @@ MLINKS= pkgdb.1 pkg_which.1 \
|
||||
portsdb.1 ports_glob.1
|
||||
MANCOMPRESSED= maybe
|
||||
|
||||
DOCS= ChangeLog README
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/pkgtools
|
||||
INSTALL_TARGET= install
|
||||
.if !defined(NOPORTDOCS)
|
||||
INSTALL_TARGET+= install-doc
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
# Remove old database
|
||||
@ -52,11 +53,5 @@ post-install:
|
||||
if [ ! -f ${PREFIX}/etc/pkgtools.conf ]; then \
|
||||
${CP} -p ${PREFIX}/etc/pkgtools.conf.sample ${PREFIX}/etc/pkgtools.conf; \
|
||||
fi
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
.for f in ${DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pkgtools-20011104.tar.gz) = 070db90a389935fd67b56bf6325b2af6
|
||||
MD5 (pkgtools-20011105.tar.gz) = 51fc202b6bfc544973c99a8fa6b8a8ee
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= portupgrade
|
||||
PORTVERSION= 20011104
|
||||
PORTVERSION= 20011105
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
||||
http://www.iDaemons.org/distfiles/
|
||||
@ -42,9 +42,10 @@ MLINKS= pkgdb.1 pkg_which.1 \
|
||||
portsdb.1 ports_glob.1
|
||||
MANCOMPRESSED= maybe
|
||||
|
||||
DOCS= ChangeLog README
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/pkgtools
|
||||
INSTALL_TARGET= install
|
||||
.if !defined(NOPORTDOCS)
|
||||
INSTALL_TARGET+= install-doc
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
# Remove old database
|
||||
@ -52,11 +53,5 @@ post-install:
|
||||
if [ ! -f ${PREFIX}/etc/pkgtools.conf ]; then \
|
||||
${CP} -p ${PREFIX}/etc/pkgtools.conf.sample ${PREFIX}/etc/pkgtools.conf; \
|
||||
fi
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
.for f in ${DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pkgtools-20011104.tar.gz) = 070db90a389935fd67b56bf6325b2af6
|
||||
MD5 (pkgtools-20011105.tar.gz) = 51fc202b6bfc544973c99a8fa6b8a8ee
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= portupgrade
|
||||
PORTVERSION= 20011104
|
||||
PORTVERSION= 20011105
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
||||
http://www.iDaemons.org/distfiles/
|
||||
@ -42,9 +42,10 @@ MLINKS= pkgdb.1 pkg_which.1 \
|
||||
portsdb.1 ports_glob.1
|
||||
MANCOMPRESSED= maybe
|
||||
|
||||
DOCS= ChangeLog README
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/pkgtools
|
||||
INSTALL_TARGET= install
|
||||
.if !defined(NOPORTDOCS)
|
||||
INSTALL_TARGET+= install-doc
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
# Remove old database
|
||||
@ -52,11 +53,5 @@ post-install:
|
||||
if [ ! -f ${PREFIX}/etc/pkgtools.conf ]; then \
|
||||
${CP} -p ${PREFIX}/etc/pkgtools.conf.sample ${PREFIX}/etc/pkgtools.conf; \
|
||||
fi
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
.for f in ${DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pkgtools-20011104.tar.gz) = 070db90a389935fd67b56bf6325b2af6
|
||||
MD5 (pkgtools-20011105.tar.gz) = 51fc202b6bfc544973c99a8fa6b8a8ee
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= portupgrade
|
||||
PORTVERSION= 20011104
|
||||
PORTVERSION= 20011105
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
||||
http://www.iDaemons.org/distfiles/
|
||||
@ -42,9 +42,10 @@ MLINKS= pkgdb.1 pkg_which.1 \
|
||||
portsdb.1 ports_glob.1
|
||||
MANCOMPRESSED= maybe
|
||||
|
||||
DOCS= ChangeLog README
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/pkgtools
|
||||
INSTALL_TARGET= install
|
||||
.if !defined(NOPORTDOCS)
|
||||
INSTALL_TARGET+= install-doc
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
# Remove old database
|
||||
@ -52,11 +53,5 @@ post-install:
|
||||
if [ ! -f ${PREFIX}/etc/pkgtools.conf ]; then \
|
||||
${CP} -p ${PREFIX}/etc/pkgtools.conf.sample ${PREFIX}/etc/pkgtools.conf; \
|
||||
fi
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
.for f in ${DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pkgtools-20011104.tar.gz) = 070db90a389935fd67b56bf6325b2af6
|
||||
MD5 (pkgtools-20011105.tar.gz) = 51fc202b6bfc544973c99a8fa6b8a8ee
|
||||
|
Loading…
Reference in New Issue
Block a user