svn commit: r309548 - head/lang/guile

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 27 17:28:36 UTC 2012


Author: bapt
Date: Thu Dec 27 17:28:35 2012
New Revision: 309548
URL: http://svnweb.freebsd.org/changeset/ports/309548

Log:
  Reset maintainership per maintainer request
  While here:
  - trim headers
  - Remove shlib number
  - Small cleanup up

Modified:
  head/lang/guile/Makefile

Modified: head/lang/guile/Makefile
==============================================================================
--- head/lang/guile/Makefile	Thu Dec 27 16:37:23 2012	(r309547)
+++ head/lang/guile/Makefile	Thu Dec 27 17:28:35 2012	(r309548)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	guile
-# Date created:		2 November 1997
-# Whom:			jseger at FreeBSD.org
-#
+# Created by: jseger at FreeBSD.org
 # $FreeBSD$
 #    $MCom: ports/lang/guile/Makefile,v 1.1 2006/09/12 14:57:06 ahze Exp $
 
@@ -11,10 +8,10 @@ CATEGORIES=	lang scheme
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	guile
 
-MAINTAINER=	amatus at gnu.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	GNU Ubiquitous Intelligent Language for Extension
 
-LIB_DEPENDS=	gmp.10:${PORTSDIR}/math/gmp
+LIB_DEPENDS=	gmp:${PORTSDIR}/math/gmp
 
 USE_AUTOTOOLS=	autoconf libltdl
 USE_GMAKE=	yes
@@ -36,8 +33,6 @@ REINPLACE_FILES=	libguile/smob.c libguil
 
 INFO=		goops guile-tut guile r5rs
 
-.include <bsd.port.pre.mk>
-
 post-extract:
 	cd ${WRKSRC}; ${CHMOD} u+w ${REINPLACE_FILES}
 	@${FIND} ${WRKSRC}/doc -name "*.info*" -delete
@@ -47,4 +42,4 @@ post-patch:
 	  ${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|g' ${REINPLACE_FILES}
 	@${REINPLACE_CMD} -e 's|2.63|%%AUTOCONF_VERSION%%|g' ${WRKSRC}/aclocal.m4
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list