This fixes HOMEPAGE and uses https as well.

Spotted by jcs@

Index: Makefile
===================================================================
RCS file: /cvs/ports/security/assl/Makefile,v
retrieving revision 1.26
diff -u -p -r1.26 Makefile
--- Makefile    11 Mar 2013 11:41:24 -0000      1.26
+++ Makefile    18 Apr 2013 16:06:08 -0000
@@ -2,13 +2,13 @@
 
 COMMENT=               hide awful SSL API in a sane interface
 
-DISTNAME=              assl-1.2.0
+DISTNAME=              assl-1.3.0
 EPOCH=                 0
 CATEGORIES=            security devel
-SHARED_LIBS=           assl    5.1
+SHARED_LIBS=           assl    6.0
 
-HOMEPAGE=              http://opensource.conformal.com/wiki/Assl
-MASTER_SITES=          http://opensource.conformal.com/snapshots/assl/
+HOMEPAGE=              https://opensource.conformal.com/wiki/assl
+MASTER_SITES=          https://opensource.conformal.com/snapshots/assl/
 
 MAINTAINER=            David Hill <dh...@mindcry.org>
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/assl/distinfo,v
retrieving revision 1.16
diff -u -p -r1.16 distinfo
--- distinfo    4 Jan 2013 18:19:57 -0000       1.16
+++ distinfo    18 Apr 2013 16:06:08 -0000
@@ -1,2 +1,2 @@
-SHA256 (assl-1.2.0.tar.gz) = viWseaL/St59b998sS4RMn6NuNSdnVeXmj7Ed2xNOHU=
-SIZE (assl-1.2.0.tar.gz) = 119588
+SHA256 (assl-1.3.0.tar.gz) = o0/s0MmBmbcEnFB4g0kKLyYafTc6p8cxUjEJVPl3uIc=
+SIZE (assl-1.3.0.tar.gz) = 119415
Index: pkg/PFRAG.shared
===================================================================
RCS file: pkg/PFRAG.shared
diff -N pkg/PFRAG.shared
--- pkg/PFRAG.shared    28 Sep 2010 21:14:56 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,2 +0,0 @@
-@comment $OpenBSD: PFRAG.shared,v 1.1 2010/09/28 21:14:56 ckuethe Exp $
-@lib lib/libassl.so.${LIBassl_VERSION}
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/security/assl/pkg/PLIST,v
retrieving revision 1.9
diff -u -p -r1.9 PLIST
--- pkg/PLIST   4 Jan 2013 18:20:00 -0000       1.9
+++ pkg/PLIST   18 Apr 2013 16:06:08 -0000
@@ -2,7 +2,7 @@
 include/assl.h
 include/assl_socket.h
 lib/libassl.a
-%%SHARED%%
+@lib lib/libassl.so.${LIBassl_VERSION}
 lib/libassl_p.a
 @man man/man3/assl.3
 @man man/man3/assl_accept.3

Reply via email to