Changeset 79583
- Timestamp:
- 06/19/11 04:56:19 (4 years ago)
- Location:
- trunk/base
- Files:
-
- 2 edited
-
Makefile.in (modified) (1 diff)
-
portmgr/ReleaseProcess (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/Makefile.in
r79039 r79583 97 97 cd ${DISTDIR}; COPY_EXTENDED_ATTRIBUTES_DISABLE=true tar -c ${PKGNAME} | bzip2 > ${PKGNAME}.tar.bz2 98 98 cd ${DISTDIR}; for tarball in ${PKGNAME}.tar.*; do { \ 99 for type in -md5 -sha1 -ripemd160 ; do { \99 for type in -md5 -sha1 -ripemd160 -sha256; do { \ 100 100 openssl dgst $$type $$tarball; \ 101 101 }; done >> ${DISTNAME}.chk.txt; \ -
trunk/base/portmgr/ReleaseProcess
r79027 r79583 158 158 cd work 159 159 mv MacPorts-1.6.0.dmg MacPorts-1.6.0-10.5-Leopard.dmg 160 for dmg in MacPorts-1.6.0-*.dmg; do for type in -md5 -sha1 -ripemd160 ; do openssl dgst $type $dmg; done >> MacPorts-1.6.0.chk.txt; done160 for dmg in MacPorts-1.6.0-*.dmg; do for type in -md5 -sha1 -ripemd160 -sha256; do openssl dgst $type $dmg; done >> MacPorts-1.6.0.chk.txt; done 161 161 162 162 These new products, along with the new checksums, also have to be posted to the appropriate
Note: See TracChangeset
for help on using the changeset viewer.

