diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-12-02 09:21:58 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-12-02 09:21:58 +0000 |
commit | bbf7ef5615b14f020b875ffc8722a84552ed72d7 (patch) | |
tree | f6022d44f737ae0f73544a9529d177bf7bbf76e1 /editors/poedit | |
parent | 21a1453cb1fbdbb60b46b723a56839c0ac03f280 (diff) | |
download | freebsd-ports-bbf7ef5615b14f020b875ffc8722a84552ed72d7.zip |
http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by: Absolight
Diffstat (limited to 'editors/poedit')
-rw-r--r-- | editors/poedit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index b3c2db1e9c52..8ab5dd7167b0 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -6,7 +6,7 @@ PORTNAME= poedit PORTVERSION= 1.8.4 PORTREVISION= 5 CATEGORIES= editors -MASTER_SITES= http://github.com/vslavik/${PORTNAME}/releases/download/v${PORTVERSION}-oss/ +MASTER_SITES= https://github.com/vslavik/${PORTNAME}/releases/download/v${PORTVERSION}-oss/ MAINTAINER= rodrigo@FreeBSD.org COMMENT= Gettext catalogs (.po files) editor |