svn commit: r409232 - head/cad/adms

Vanilla I. Shu vanilla at FreeBSD.org
Sat Feb 20 11:57:02 UTC 2016


Author: vanilla
Date: Sat Feb 20 11:57:00 2016
New Revision: 409232
URL: https://svnweb.freebsd.org/changeset/ports/409232

Log:
  Update to 2.3.5.
  
  PR:		207156
  Submitted by:	Ports Fury.

Added:
  head/cad/adms/pkg-plist   (contents, props changed)
Modified:
  head/cad/adms/Makefile
  head/cad/adms/distinfo
  head/cad/adms/pkg-descr

Modified: head/cad/adms/Makefile
==============================================================================
--- head/cad/adms/Makefile	Sat Feb 20 11:23:40 2016	(r409231)
+++ head/cad/adms/Makefile	Sat Feb 20 11:57:00 2016	(r409232)
@@ -2,23 +2,21 @@
 # $FreeBSD$
 
 PORTNAME=	adms
-PORTVERSION=	2.3.4
+PORTVERSION=	2.3.5
 CATEGORIES=	cad
 MASTER_SITES=	SF/mot-${PORTNAME}/${PORTNAME}-source/${PORTVERSION:R}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Model generator for SPICE simulators
 
-LICENSE=	LGPL21
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		bison libtool
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ax_cv_c_compiler_vendor=gnu
+CONFIGURE_ARGS=	--disable-silent-rules
 INSTALL_TARGET=	install-strip
-
-PLIST_FILES=	bin/admsCheck \
-		bin/admsXml \
-		man/man1/admsCheck.1.gz \
-		man/man1/admsXml.1.gz
+USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>

Modified: head/cad/adms/distinfo
==============================================================================
--- head/cad/adms/distinfo	Sat Feb 20 11:23:40 2016	(r409231)
+++ head/cad/adms/distinfo	Sat Feb 20 11:57:00 2016	(r409232)
@@ -1,2 +1,2 @@
-SHA256 (adms-2.3.4.tar.gz) = 63498c24c3064ae86eae135ac7324e532bc8bb772eca5208204814df8f27931a
-SIZE (adms-2.3.4.tar.gz) = 769077
+SHA256 (adms-2.3.5.tar.gz) = c8472b201f3601952b20a70dcd5a784956c1109da2d9f6452271d0337e8d8634
+SIZE (adms-2.3.5.tar.gz) = 808218

Modified: head/cad/adms/pkg-descr
==============================================================================
--- head/cad/adms/pkg-descr	Sat Feb 20 11:23:40 2016	(r409231)
+++ head/cad/adms/pkg-descr	Sat Feb 20 11:57:00 2016	(r409232)
@@ -1,5 +1,5 @@
 ADMS is a code generator that converts electrical compact device models
-specified in high-level description language into ready-to-compile c code for
-the API of spice simulators.
+specified in high-level description language into ready-to-compile C
+code for the API of spice simulators.
 
 WWW: http://mot-adms.sourceforge.net/

Added: head/cad/adms/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/cad/adms/pkg-plist	Sat Feb 20 11:57:00 2016	(r409232)
@@ -0,0 +1,20 @@
+bin/admsCheck
+bin/admsXml
+lib/libadmsAdmstpath.a
+lib/libadmsAdmstpath.so
+lib/libadmsAdmstpath.so.0
+lib/libadmsAdmstpath.so.0.0.0
+lib/libadmsElement.a
+lib/libadmsElement.so
+lib/libadmsElement.so.0
+lib/libadmsElement.so.0.0.0
+lib/libadmsPreprocessor.a
+lib/libadmsPreprocessor.so
+lib/libadmsPreprocessor.so.0
+lib/libadmsPreprocessor.so.0.0.0
+lib/libadmsVeriloga.a
+lib/libadmsVeriloga.so
+lib/libadmsVeriloga.so.0
+lib/libadmsVeriloga.so.0.0.0
+man/man1/admsCheck.1.gz
+man/man1/admsXml.1.gz


More information about the svn-ports-all mailing list