2013-09-09 16:51:58 by Makoto Fujiwara | Files touched by this commit (1) |
Log message: No need of explicit BUILD_DEPENDS for git, git-package.mk will take care. |
2013-09-09 16:05:30 by Thomas Klausner | Files touched by this commit (13) |
Log message: Finish git rename from scmgit to git. |
2013-06-14 15:50:15 by Makoto Fujiwara | Files touched by this commit (2) |
Log message: Twittering mode 3.0.0 moved to pkgsrc proper. This is back to git version. |
2013-06-08 02:23:51 by Makoto Fujiwara | Files touched by this commit (1) |
Log message: Sort lines in Makefile properly. |
2013-06-06 04:13:22 by Makoto Fujiwara | Files touched by this commit (1) |
Log message: Add SUBST.version to swap HEAD string to real PKGVERSION. |
2013-06-06 03:21:23 by Makoto Fujiwara | Files touched by this commit (2) |
Log message: Version 3.0.0 is released. Converted from Github version to regular release. Thanks @hayamiz @cvmat. |
2013-02-11 12:07:06 by Makoto Fujiwara | Files touched by this commit (2) |
Log message: Upstream included the patch for twittering-toggle-show-replied-statuses. |
2013-02-04 04:02:44 by Makoto Fujiwara | Files touched by this commit (2) |
Log message: Apply patch proposed fix at ML, for twittering-toggle-show-replied-statuses |
2012-10-07 19:17:50 by Aleksej Saushev | Files touched by this commit (13) |
Log message: Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. Mark packages that don't or might probably not have staged installation. |
2012-07-12 12:03:52 by Makoto Fujiwara | Files touched by this commit (1) |
Log message: We have following problem: | error: SSL certificate problem: unable to get local issuer certificate while accessing https://github.com/hayamiz/twittering-mode.git/info/refs | fatal: HTTP request failed (1) One work around is to have following line in ~./gitconfig ----------- [http] sslVerify = false ----------- (2) or have command option as git -c http.sslVerify=false clone .... (3) But taking the most easiest way to set PKGSRC_SETENV+= GIT_SSL_NO_VERIFY=true for now. Thanks |