Changeset 26693 for trunk/base/src/package1.0/portrpm.tcl
- Timestamp:
- 2007-07-03 23:16:19 (17 months ago)
- Files:
-
- 1 modified
-
trunk/base/src/package1.0/portrpm.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/src/package1.0/portrpm.tcl
r26655 r26693 53 53 proc rpm_pkg {portname portversion portrevision} { 54 54 global UI_PREFIX package.destpath portdbpath destpath workpath prefix portresourcepath categories maintainers description long_description homepage epoch portpath 55 global os.platform os.arch os.version 55 global os.platform os.arch os.version os.major 56 56 57 57 set rpmdestpath "" … … 112 112 113 113 # depend on system (virtual packages for apple stuff) 114 regexp {[0-9]+} ${os.version} major 115 lappend dependencies "org.macports.${os.platform}${major}" 114 lappend dependencies "org.macports.${os.platform}${os.major}" 116 115 117 116 set listpath ${workpath}/${portname}.filelist

