Page MenuHomeFreeBSD

Simplify manifest creation and make it in ucl format
ClosedPublic

Authored by bapt on Jul 29 2014, 9:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 24, 12:11 AM
Unknown Object (File)
Tue, Apr 21, 12:05 PM
Unknown Object (File)
Tue, Apr 21, 11:54 AM
Unknown Object (File)
Tue, Apr 21, 9:20 AM
Unknown Object (File)
Tue, Apr 21, 2:26 AM
Unknown Object (File)
Sat, Apr 18, 6:34 PM
Unknown Object (File)
Thu, Apr 16, 7:03 PM
Unknown Object (File)
Thu, Apr 16, 7:00 PM
Subscribers

Details

Reviewers
antoine
Group Reviewers
portmgr

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

bapt retitled this revision from to Simplify manifest creation and make it in ucl format.
antoine added a reviewer: antoine.
antoine added a subscriber: antoine.

Exp-run looks bad: http://package22.nyi.freebsd.org/build.html?mastername=91amd64-default-D500PR191529&build=2014-07-30_10h05m48s

For lang/gcc-ecj45, manifest is:

name: gcc-ecj
version: 4.5
origin: lang/gcc-ecj45
comment: <<EOD
Eclipse Java Compiler used to build GCC Java
EOD
maintainer: gerald@FreeBSD.org
prefix: /usr/local
deps: {
}
categories: [ lang, java, ]
licenselogic: single
options: {}

This revision now requires changes to proceed.Jul 30 2014, 10:41 AM
bapt edited edge metadata.

Fix version considered as an integer

bapt edited edge metadata.

Quote dependency names (to avoid names with a plus to bother the parser)
Properly emit the Comment

This revision is now accepted and ready to land.Jul 31 2014, 7:25 PM