diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-09-23 09:38:27 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-09-23 09:38:27 +0000 |
commit | afdaf272ec51efe895cc30feecae010e8aea5260 (patch) | |
tree | 7dd0e54eebf03c9ea0a790f959a24c7605e58675 /databases | |
parent | 3ca6880cd2f3d27cfd03895ead8218dca02e75a2 (diff) | |
download | ports-afdaf272ec51efe895cc30feecae010e8aea5260.tar.gz ports-afdaf272ec51efe895cc30feecae010e8aea5260.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/php-xapian/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/php-xapian/Makefile b/databases/php-xapian/Makefile index 0cb31f3c8dc2..2bb1a3f9b6a1 100644 --- a/databases/php-xapian/Makefile +++ b/databases/php-xapian/Makefile @@ -5,7 +5,7 @@ PORTNAME= xapian PORTVERSION= 1.4.7 DISTVERSIONPREFIX= bindings- CATEGORIES= databases -MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ +MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION}/ \ LOCAL/sunpoet PKGNAMEPREFIX= php- |