- drop unneeded dep on intltool/gettext-tools
- don't force -fPIC, libtool adds it for objects in shared libs
- add HOMEPAGE
- tweaks DESCR, the extra comma looked weird
- move EXTRACT_SUFX below MASTER_SITES, as per Makefile.template

ok?


Index: Makefile
===================================================================
RCS file: /d/cvs/ports/security/libassuan/Makefile,v
retrieving revision 1.20
diff -u -p -r1.20 Makefile
--- Makefile    10 Jan 2018 10:59:50 -0000      1.20
+++ Makefile    20 Jan 2018 17:58:25 -0000
@@ -3,25 +3,24 @@
 COMMENT=               IPC library used by GnuPG and gpgme
 
 DISTNAME=              libassuan-2.5.1
-EXTRACT_SUFX=          .tar.bz2
+REVISION=              0
 
 SHARED_LIBS +=  assuan            2.1      # 8.1
 
 CATEGORIES=            security devel
 
+HOMEPAGE=              https://www.gnupg.org/software/libassuan/index.html
+
 # LGPLv3+
 PERMIT_PACKAGE_CDROM=  Yes
 
 WANTLIB += gpg-error iconv intl
 
 MASTER_SITES=          ${MASTER_SITE_GNUPG:=libassuan/}
-
-MODULES=               textproc/intltool
+EXTRACT_SUFX=          .tar.bz2
 
 LIB_DEPENDS=           security/libgpg-error
 
 CONFIGURE_STYLE=       gnu
-
-CFLAGS +=              -fPIC
 
 .include <bsd.port.mk>
Index: pkg/DESCR
===================================================================
RCS file: /d/cvs/ports/security/libassuan/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- pkg/DESCR   4 Apr 2010 16:03:52 -0000       1.1.1.1
+++ pkg/DESCR   20 Jan 2018 17:58:25 -0000
@@ -1,3 +1,3 @@
 Libassuan is a small library implementing the so-called Assuan protocol.
-This protocol is used for IPC between most newer GnuPG components. Both,
-server and client side functions are provided.
+This protocol is used for IPC between most newer GnuPG components.
+Both server and client side functions are provided.


-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE

Reply via email to