diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-11-24 19:22:44 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-11-24 19:22:44 +0800 |
commit | 4824954db6cacd0fd186c9320cefa6df6cd45a4b (patch) | |
tree | ae218473b30958e67b474306411d227aca0f80dd /devel | |
parent | 20f685d67d68552c499a27e439c8683a21e9918f (diff) | |
download | freebsd-ports-gnome-4824954db6cacd0fd186c9320cefa6df6cd45a4b.tar.gz freebsd-ports-gnome-4824954db6cacd0fd186c9320cefa6df6cd45a4b.tar.zst freebsd-ports-gnome-4824954db6cacd0fd186c9320cefa6df6cd45a4b.zip |
- Update to 6.3
- Switch to USES=localbase
- Switch to options helpers
- Cosmetic fixes
- Update WWW
PR: 212663
Submitted by: amdmi3
Approved by: maintainer timeout (joerg, 2 months)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/avrdude/Makefile | 20 | ||||
-rw-r--r-- | devel/avrdude/distinfo | 6 | ||||
-rw-r--r-- | devel/avrdude/pkg-descr | 2 |
3 files changed, 12 insertions, 16 deletions
diff --git a/devel/avrdude/Makefile b/devel/avrdude/Makefile index 9a0c8b698771..c3c1cd9ac68a 100644 --- a/devel/avrdude/Makefile +++ b/devel/avrdude/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= avrdude -PORTVERSION= 6.2 +PORTVERSION= 6.3 CATEGORIES= devel MASTER_SITES= SAVANNAH/avrdude @@ -13,24 +13,20 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -LDFLAGS+= -L${LOCALBASE}/lib -CFLAGS+= -I${LOCALBASE}/include +USES= libtool localbase readline +USE_LDCONFIG= yes +INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= yes -OPTIONS_DEFINE= FTDI +OPTIONS_DEFINE= FTDI OPTIONS_DEFAULT= FTDI -FTDI_DESC= libftdi support +FTDI_DESC= libftdi support FTDI_LIB_DEPENDS= libftdi1.so:devel/libftdi1 -USES= libtool -USE_LDCONFIG= yes -INSTALL_TARGET= install-strip - -.include <bsd.port.options.mk> post-patch: @${REINPLACE_CMD} -e 's|-lusb-1.0|-lusb|g' ${WRKSRC}/configure -.if ! ${PORT_OPTIONS:MFTDI} + +post-patch-FTDI-off: @${REINPLACE_CMD} -e '/LIBS=/ s|-lftdi1*|&-do-not-detect|' ${WRKSRC}/configure -.endif .include <bsd.port.mk> diff --git a/devel/avrdude/distinfo b/devel/avrdude/distinfo index 7f65a85588d2..4dac1b0a159c 100644 --- a/devel/avrdude/distinfo +++ b/devel/avrdude/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1472387145 -SHA256 (avrdude-6.2.tar.gz) = e65f833493b7d63a4436c7056694a0f04ae5b437b72cc084e32c58bc543b0f91 -SIZE (avrdude-6.2.tar.gz) = 941371 +TIMESTAMP = 1473765647 +SHA256 (avrdude-6.3.tar.gz) = 0f9f731b6394ca7795b88359689a7fa1fba818c6e1d962513eb28da670e0a196 +SIZE (avrdude-6.3.tar.gz) = 909744 diff --git a/devel/avrdude/pkg-descr b/devel/avrdude/pkg-descr index 083992c3bb12..c50e3af49b34 100644 --- a/devel/avrdude/pkg-descr +++ b/devel/avrdude/pkg-descr @@ -3,4 +3,4 @@ flash, eeprom, and fuse bit memories of Atmel AVR microcontrollers. It operates with several programmers including STK500 and most directly connect parallel port style programmers. -WWW: http://www.bsdhome.com/avrdude/ +WWW: http://www.nongnu.org/avrdude/ |