Summary: | [patch] Add https support to sysutils/apt | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Nick Barkas <snb> | ||||
Component: | Individual Port(s) | Assignee: | Ion-Mihai "IOnut" Tetcu <itetcu> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Nick Barkas
2008-03-17 00:10:02 UTC
Any chance a committer can take this one? I'm the maintainer of the port and would really like to see this patch get applied. Thanks! Responsible Changed From-To: freebsd-ports-bugs->itetcu I'll take it. itetcu 2008-05-09 16:52:13 UTC FreeBSD ports repository Modified files: sysutils/apt Makefile pkg-plist sysutils/apt/files patch-methods_makefile Added files: sysutils/apt/files https.cc https.h Log: Backport of https support from Apt 0.7. This is a useful feature that would be nice to have now, even though there is not yet a stable release of Apt 0.7. - Bump PORTVERSION PR: 121771 Submitted by: maintainer Revision Changes Path 1.5 +4 -0 ports/sysutils/apt/Makefile 1.1 +273 -0 ports/sysutils/apt/files/https.cc (new) 1.1 +48 -0 ports/sysutils/apt/files/https.h (new) 1.2 +10 -3 ports/sysutils/apt/files/patch-methods_makefile 1.2 +1 -0 ports/sysutils/apt/pkg-plist _______________________________________________ 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 Committed. Thanks! |