Opened 11 years ago
Closed 11 years ago
#43575 closed submission (fixed)
[NEW] pdfid
Reported by: | jul_bsd@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | pdfid |
Description
Tool to test a PDF file
Attachments (1)
Change History (3)
Changed 11 years ago by jul_bsd@…
comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed in r119733 with these changes:
- changed license to "
public-domain
" - changed "
worksrcdir .
" to "extract.mkdir yes
" - since this project's distfiles use underscores instead of dots in the version number, defined a new variable "
my_version [strsed ${version} {g/\./_/}]
" - changed "
distname ${name}_v0_1_2
" to "distname ${name}_v${my_version}
" - "fixed" livecheck by setting "
livecheck.version ${my_version}
"; this "fixes" livecheck in that it will recognize when a new version is available, but the reported version will have underscores, while you'll need to enter the version into the version field with dots; unfortunately there is no way to tell MacPorts to change the values it received from the web page - adjusted livecheck regex
Note: See
TracTickets for help on using
tickets.
Thanks.