Summary: | [patch] devel/portlint: check format of EXPIRATION_DATE | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Vasil Dimov <vd> | ||||
Component: | Individual Port(s) | Assignee: | Joe Marcus Clarke <marcus> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | marcus | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Vasil Dimov
2006-10-06 09:50:22 UTC
Responsible Changed From-To: freebsd-ports-bugs->marcus Over to maintainer marcus 2006-11-25 20:02:50 UTC FreeBSD ports repository Modified files: devel/portlint Makefile devel/portlint/src portlint.pl Log: Update to 2.9.2. * Replace a dead autotools link with a FreeBSD-based link instead [1] * Replace USE_*_VER with USE_AUTOTOOLS instead [2] * Check for a valid EXPIRATION_DATE [3] PR: 104042 [3] Requested by: piotr.smyrak@heron.pl [1] Reported by: ahze [2] Submitted by: vd [3] Revision Changes Path 1.113 +1 -2 ports/devel/portlint/Makefile 1.92 +22 -4 ports/devel/portlint/src/portlint.pl _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed I went with the strftime implementation. While it adds a new module dependency, it can catch things like November 31, 2006. Thanks! |